missing libvirt-python on CentOS

Asked by Max Lvov

I tried install OpenStack on CentOS 5.6 using following guide: http://wiki.openstack.org/NovaInstall/CentOSNotes
[root@nova-cluster1 nova]# /usr/bin/nova-compute --verbose=1 --nodaemon --flagfile /etc/nova/nova.conf
2011-04-21 15:00:42,580 ERROR nova.compute.manager [-] Unable to load the virtualization driver: No module named libvirt
Problem is libvirt-python doesn't contained in centos repos and can't be installed over easy_install as well, it looks like dead end, how can I solve it?

Question information

Language:
English Edit question
Status:
Solved
For:
OpenStack Compute (nova) Edit question
Assignee:
No assignee Edit question
Solved by:
Max Lvov
Solved:
Last query:
Last reply:
Revision history for this message
Andrey Brindeyev (abrindeyev) said :
#1

Welcome to oscloud.ru - feel free to ask your questions in Russian!
We have build for RHEL6 - can I use it?

Revision history for this message
Ilya Alekseyev (ilyaalekseyev) said :
#2

Max, if Russian is your native you could use Russian OpenStack Community google group here: http://groups.google.com/group/openstack-russia .

Revision history for this message
Max Lvov (usrleon) said :
#3

Unfortunately, CentOS 5.6 and RHEL6 seems has to much differences.

Revision history for this message
Andrey Brindeyev (abrindeyev) said :
#4

Max, there are plenty of people in OpenStack community which need to run OpenStack on top of CentOS. You can contribute your work and create your own, CentOS/RHEL 5.x branch of RPM packages using our sources by yourself: https://github.com/abrindeyev/openstack-nova-rhel6

Feel free to contribute your patches back via GitHub.

Revision history for this message
Max Lvov (usrleon) said :
#5

Problem solved by building libvirt from source with python bindings. There was some troubles but end is happy.