Merge "Make python-guestfs NOPRIME & install for libvirt"
This commit is contained in:
commit
9f21ed663e
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user