Browse code

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

Sean Dague authored on 2015/03/31 02:56:11
Showing 1 changed files
... ...
@@ -24,13 +24,13 @@ function install_libvirt {
24 24
         install_package libvirt-bin libvirt-dev
25 25
         pip_install libvirt-python
26 26
         install_package libguestfs0
27
-        #install_package python-guestfs
27
+        install_package python-guestfs
28 28
         #pip_install <there-si-no-guestfs-in-pypi>
29 29
     elif is_fedora || is_suse; then
30 30
         install_package kvm
31 31
         install_package libvirt libvirt-devel
32 32
         pip_install libvirt-python
33
-        #install_package python-libguestfs
33
+        install_package python-libguestfs
34 34
     fi
35 35
 
36 36
     # Restart firewalld after install of libvirt to avoid a problem