Merge "Make python-guestfs NOPRIME & install for libvirt"

This commit is contained in:
Jenkins 2014-02-27 03:29:55 +00:00 committed by Gerrit Code Review
commit 9f21ed663e
3 changed files with 4 additions and 2 deletions

View File

@ -5,4 +5,4 @@ open-iscsi-utils # Deprecated since quantal dist:precise
genisoimage
sysfsutils
sg3-utils
python-guestfs
python-guestfs # NOPRIME

View File

@ -4,4 +4,4 @@ lvm2
genisoimage
sysfsutils
sg3_utils
python-libguestfs
python-libguestfs # NOPRIME

View File

@ -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