add back python-guestfs

This is needed otherwise we fall back to the nbd code path which is
super hacky. This shouldn't have been deleted for the venv path.

Change-Id: If5cb6cb4944bd0ed3548d53c98443b76725d1c0c
This commit is contained in:
Sean Dague 2015-03-30 13:56:11 -04:00
parent f46945495d
commit 206c596d69
1 changed files with 2 additions and 2 deletions

View File

@ -24,13 +24,13 @@ function install_libvirt {
install_package libvirt-bin libvirt-dev
pip_install libvirt-python
install_package libguestfs0
#install_package python-guestfs
install_package python-guestfs
#pip_install <there-si-no-guestfs-in-pypi>
elif is_fedora || is_suse; then
install_package kvm
install_package libvirt libvirt-devel
pip_install libvirt-python
#install_package python-libguestfs
install_package python-libguestfs
fi
# Restart firewalld after install of libvirt to avoid a problem