xenapi-vlan-network-manager and xenapi_net.py
Hi,
I'm trying to implement a nova-compute node using XenServer. I followed this guide: http://wiki.openstack.org/XenServerDevelopment (http://wiki.openstack.org/XenServerDe...) Now I try to get it working in a vlan environment, but when I add this line to my nova.conf --network_driver=nova.network.xenapi_net I got an error unless i manually copied xenapi_net.py in the installation. Ubuntu's milestone packages don't have the driver and I wan unable to find it in a nova branch I got via bzr. I had to chek out the xenapi-vlan-network-manager to get the code. Is this correct? I supposed I had to find all I needed in nova since the xenapi_net has been merged in cactus. Is there something else that must be done to work with vlans when using XenServer?
Thanks