Browse code

Make python-guestfs NOPRIME & install for libvirt

The libguestfs dependency tree includes a number
of packages that we may not want or work everywhere, such as fuse.

Now python-(lib)guestfs will install from lib/nova_plugins/hypervisor-libvirt

Change-Id: I6c3a614010ee8d65813eec66a56680def622514c

Eric Windisch authored on 2014/02/04 02:14:08
Showing 3 changed files
... ...
@@ -5,4 +5,4 @@ open-iscsi-utils # Deprecated since quantal dist:precise
5 5
 genisoimage
6 6
 sysfsutils
7 7
 sg3-utils
8
-python-guestfs
8
+python-guestfs # NOPRIME
... ...
@@ -4,4 +4,4 @@ lvm2
4 4
 genisoimage
5 5
 sysfsutils
6 6
 sg3_utils
7
-python-libguestfs
7
+python-libguestfs # NOPRIME
... ...
@@ -140,10 +140,12 @@ function install_nova_hypervisor() {
140 140
         install_package kvm
141 141
         install_package libvirt-bin
142 142
         install_package python-libvirt
143
+        install_package python-guestfs
143 144
     elif is_fedora || is_suse; then
144 145
         install_package kvm
145 146
         install_package libvirt
146 147
         install_package libvirt-python
148
+        install_package python-libguestfs
147 149
     fi
148 150
 
149 151
     # Install and configure **LXC** if specified.  LXC is another approach to