From 206c596d693d429cbbfa738e4e0a397c646d77c1 Mon Sep 17 00:00:00 2001 From: Sean Dague Date: Mon, 30 Mar 2015 13:56:11 -0400 Subject: [PATCH] add back python-guestfs 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 --- lib/nova_plugins/functions-libvirt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/nova_plugins/functions-libvirt b/lib/nova_plugins/functions-libvirt index 60707cf859..edcf73ebe2 100644 --- a/lib/nova_plugins/functions-libvirt +++ b/lib/nova_plugins/functions-libvirt @@ -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 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