Merge "Prepare guestfs-support for openSUSE"
This commit is contained in:
commit
4eed4b6ec6
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user