XenAPIDriver on nova-compute-xcp
Hello all,
I try to set up nova-compute on paravirtualized XenServer 6.2 DomU (Ubuntu 12.04 LTS). I installed package nova-compute-xcp (I think this is right, in documentation I can't find which is right one). So I try to start daemon with startup script, which didn't work at all. So I started daemon with command: nova-compute --flagfile=/etc/nova/nova.conf
Got error: CRITICAL nova [-] Class XenAPIDriver could not be found: No module named xenapi
In /etc/nova/nova.conf I set up this:
compute_driver = xenapi.XenAPIDriver
xenapi_connection_url = http://10.20.11.25
xenapi_connection_username = root
xenapi_connection_password = ********
I got python-xenapi package installed. Where I should look for problem?
Thanks.