From ff53d7b1f0d699534f8ada07c797d833bb9d8cc5 Mon Sep 17 00:00:00 2001 From: Charalampos Kominos Date: Fri, 3 Nov 2017 16:53:02 +0100 Subject: p/fuel: Add opnfv user to libvirt group Change-Id: Ia075a790fce0aeb0d21b20b2775e2cc079311b88 (cherry picked from commit a7bc88387c4ffa25b12df949a1dce4c090414334) --- .../0014-Add-opnfv-user-to-libvirt-group.patch | 26 ++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 patches/opnfv-fuel/0014-Add-opnfv-user-to-libvirt-group.patch diff --git a/patches/opnfv-fuel/0014-Add-opnfv-user-to-libvirt-group.patch b/patches/opnfv-fuel/0014-Add-opnfv-user-to-libvirt-group.patch new file mode 100644 index 00000000..1b4bfa02 --- /dev/null +++ b/patches/opnfv-fuel/0014-Add-opnfv-user-to-libvirt-group.patch @@ -0,0 +1,26 @@ +:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: +: Copyright (c) 2017 Enea AB and others. +: +: All rights reserved. This program and the accompanying materials +: are made available under the terms of the Apache License, Version 2.0 +: which accompanies this distribution, and is available at +: http://www.apache.org/licenses/LICENSE-2.0 +:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: +From: Charalampos Kominos +Date: Fri, 3 Nov 2017 16:49:55 +0100 +Subject: [PATCH] Add opnfv user to libvirt group + +Signed-off-by: Charalampos Kominos +--- + mcp/salt-formulas/opnfv/adduser.sls | 1 + + 1 file changed, 1 insertion(+) + +diff --git a/mcp/salt-formulas/opnfv/adduser.sls b/mcp/salt-formulas/opnfv/adduser.sls +index 78ef993..478a204 100644 +--- a/mcp/salt-formulas/opnfv/adduser.sls ++++ b/mcp/salt-formulas/opnfv/adduser.sls +@@ -5,3 +5,4 @@ add_opnfv_user: + - createhome: True + - groups: + - sudo ++ - libvirt -- cgit 1.2.3-korg