← Back to team overview

registry team mailing list archive

[Bug 618320] [NEW] pip requires doesn't include libvirt or libxml2

 

Public bug reported:

The python libraries required for runnning nova using the default
(libvirt) backend are not installed by pip.  In fact they are not
available in pip.  My current workaround is to install them using apt-
get and copy them over, but a more general manual install process is
needed.

apt-get install -y python-libvirt python-libxml2
cp /usr/lib/python2.6/dist-packages/*libvirt* $NOVA_DIR/.nova-venv/lib/python2.6/site-packages/
cp /usr/lib/pymodules/python2.6/*libxml2* $NOVA_DIR/.nova-venv/lib/python2.6/site-packages/

** Affects: nova
     Importance: Undecided
         Status: New

-- 
pip requires doesn't include libvirt or libxml2
https://bugs.launchpad.net/bugs/618320
You received this bug notification because you are a member of Registry
Administrators, which is subscribed to OpenStack.



Follow ups

References