From: Todd Malsbary Date: Tue, 30 Mar 2021 22:10:08 +0000 (-0700) Subject: Use group libvirt instead of libvirtd X-Git-Tag: 0.9.0~43^2 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=5bc4b309b163e6522f5577639022ef455874f9d9;p=multicloud%2Fk8s.git 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 Change-Id: I54ffc4558cb8945e8c9f9ca751518b20a6de64d0 --- 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)