Merge "Prepare guestfs-support for openSUSE"

This commit is contained in:
Jenkins 2017-07-19 16:12:15 +00:00 committed by Gerrit Code Review
commit 4eed4b6ec6
1 changed files with 4 additions and 1 deletions

View File

@ -115,7 +115,10 @@ function install_nova_hypervisor {
sudo dpkg-statoverride --add --update $STAT_OVERRIDE
fi
done
elif is_fedora || is_suse; then
elif is_suse; then
# Workaround for missing dependencies in python-libguestfs
install_package python-libguestfs guestfs-data augeas augeas-lenses
elif is_fedora; then
install_package python-libguestfs
fi
fi