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