From 4b7e790d335787ce0837ca47025dd7a14287e52a Mon Sep 17 00:00:00 2001 From: Alexandru Avadanii Date: Fri, 3 Nov 2017 18:20:17 +0100 Subject: u/fuel: Bump & rebase for debian_ip lowercase fix While at it, revert commit adding "opnfv" user to "libvirt" group, as it would break with the current event flow (opnfv user being created prior to libvirt group). Change-Id: I6f5d578153c33dcddac76bc7bc6b428fe6796b1a Signed-off-by: Alexandru Avadanii --- .../0014-Add-opnfv-user-to-libvirt-group.patch | 26 ---------------------- 1 file changed, 26 deletions(-) delete mode 100644 patches/opnfv-fuel/0014-Add-opnfv-user-to-libvirt-group.patch (limited to '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 deleted file mode 100644 index 1b4bfa02..00000000 --- a/patches/opnfv-fuel/0014-Add-opnfv-user-to-libvirt-group.patch +++ /dev/null @@ -1,26 +0,0 @@ -:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: -: 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