Re: [Openstack] error on nova-compute on domU on xen

2012-03-16 Thread John Garbutt
Looks like you don't have xenapi installed, somehow. This should do the trick: pip install xenapi It would be interesting to know how you got to that error? Are you using DevStack? Thanks, John From: openstack-bounces+john.garbutt=eu.citrix@lists.launchpad.net

Re: [Openstack] error on nova-compute on domU on xen

2012-03-15 Thread Chris Behrens
pip install xenapi - Chris On Mar 15, 2012, at 10:00 AM, Eduardo Nunes wrote: got this error on log, 2012-03-15 16:52:33,809 ERROR nova.compute.manager [-] Unable to load the virtualization driver: No module named XenAPI my nova-compute version diablo 2011.3

Re: [Openstack] error on nova-compute on domU on xen

2012-03-15 Thread Armando Migliaccio
check you have XenAPI installed on your system. 'sudo easy_install xenapi' should suffice. On Thu, Mar 15, 2012 at 5:00 PM, Eduardo Nunes eduardo.ke...@gmail.com wrote: got this error on log,  2012-03-15 16:52:33,809 ERROR nova.compute.manager [-] Unable to load the virtualization driver: No