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
This commit is contained in:
		@@ -5,4 +5,4 @@ open-iscsi-utils # Deprecated since quantal dist:precise
 | 
			
		||||
genisoimage
 | 
			
		||||
sysfsutils
 | 
			
		||||
sg3-utils
 | 
			
		||||
python-guestfs
 | 
			
		||||
python-guestfs # NOPRIME
 | 
			
		||||
 
 | 
			
		||||
@@ -4,4 +4,4 @@ lvm2
 | 
			
		||||
genisoimage
 | 
			
		||||
sysfsutils
 | 
			
		||||
sg3_utils
 | 
			
		||||
python-libguestfs
 | 
			
		||||
python-libguestfs # NOPRIME
 | 
			
		||||
 
 | 
			
		||||
@@ -140,10 +140,12 @@ function install_nova_hypervisor() {
 | 
			
		||||
        install_package kvm
 | 
			
		||||
        install_package libvirt-bin
 | 
			
		||||
        install_package python-libvirt
 | 
			
		||||
        install_package python-guestfs
 | 
			
		||||
    elif is_fedora || is_suse; then
 | 
			
		||||
        install_package kvm
 | 
			
		||||
        install_package libvirt
 | 
			
		||||
        install_package libvirt-python
 | 
			
		||||
        install_package python-libguestfs
 | 
			
		||||
    fi
 | 
			
		||||
 | 
			
		||||
    # Install and configure **LXC** if specified.  LXC is another approach to
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user