summaryrefslogtreecommitdiffstats
path: root/kud/hosting_providers/vagrant
diff options
context:
space:
mode:
authorTodd Malsbary <todd.malsbary@intel.com>2021-03-30 15:10:08 -0700
committerTodd Malsbary <todd.malsbary@intel.com>2021-03-30 15:10:08 -0700
commit5bc4b309b163e6522f5577639022ef455874f9d9 (patch)
tree7b6b21be53cb17e03e05d72fde84a2cf2cf1d997 /kud/hosting_providers/vagrant
parent705fad712373e73463fff22a3136e6e92b372048 (diff)
Use group libvirt instead of libvirtd
This fixes the following error when running ./setup.sh -p libvirt: usermod: group 'libvirtd' does not exist Newer versions of Ubuntu appear to have renamed the libvirtd group to libvirt. Issue-ID: MULTICLOUD-1322 Signed-off-by: Todd Malsbary <todd.malsbary@intel.com> Change-Id: I54ffc4558cb8945e8c9f9ca751518b20a6de64d0
Diffstat (limited to 'kud/hosting_providers/vagrant')
-rwxr-xr-xkud/hosting_providers/vagrant/setup.sh1
1 files changed, 0 insertions, 1 deletions
diff --git a/kud/hosting_providers/vagrant/setup.sh b/kud/hosting_providers/vagrant/setup.sh
index db6a732c..eabf452a 100755
--- a/kud/hosting_providers/vagrant/setup.sh
+++ b/kud/hosting_providers/vagrant/setup.sh
@@ -94,7 +94,6 @@ case ${ID,,} in
;;
ubuntu|debian)
- libvirt_group="libvirtd"
INSTALLER_CMD="sudo -H -E apt-get -y -q=3 install"
packages+=(python-dev)