diff options
author | Alexandru Avadanii <Alexandru.Avadanii@enea.com> | 2017-11-03 19:58:22 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@opnfv.org> | 2017-11-03 19:58:22 +0000 |
commit | d79947a082dd7d342b8572d7f74b690cae605b05 (patch) | |
tree | 1a2e3bf3a68622ac8e1b9105dd0f72d5cf83fccb | |
parent | c8b6bc16ff2aeeccd8e4a07a9e1cb8a475fd4748 (diff) | |
parent | ff53d7b1f0d699534f8ada07c797d833bb9d8cc5 (diff) |
Merge "p/fuel: Add opnfv user to libvirt group" into stable/euphrates
-rw-r--r-- | patches/opnfv-fuel/0014-Add-opnfv-user-to-libvirt-group.patch | 26 |
1 files changed, 26 insertions, 0 deletions
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 <Charalampos.Kominos@enea.com> +Date: Fri, 3 Nov 2017 16:49:55 +0100 +Subject: [PATCH] Add opnfv user to libvirt group + +Signed-off-by: Charalampos Kominos <Charalampos.Kominos@enea.com> +--- + 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 |