Skip to content

Commit

Permalink
add back python-guestfs
Browse files Browse the repository at this point in the history
This is needed otherwise we fall back to the nbd code path which is
super hacky. This shouldn't have been deleted for the venv path.

Change-Id: If5cb6cb4944bd0ed3548d53c98443b76725d1c0c
  • Loading branch information
sdague committed Mar 30, 2015
1 parent f469454 commit 206c596
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/nova_plugins/functions-libvirt
Original file line number Diff line number Diff line change
Expand Up @@ -24,13 +24,13 @@ function install_libvirt {
install_package libvirt-bin libvirt-dev
pip_install libvirt-python
install_package libguestfs0
#install_package python-guestfs
install_package python-guestfs
#pip_install <there-si-no-guestfs-in-pypi>
elif is_fedora || is_suse; then
install_package kvm
install_package libvirt libvirt-devel
pip_install libvirt-python
#install_package python-libguestfs
install_package python-libguestfs
fi

# Restart firewalld after install of libvirt to avoid a problem
Expand Down

0 comments on commit 206c596

Please sign in to comment.