Re: [openstack-dev] [nova] [libvirt-vif] Extend vhost-user interface to support Cisco Nexus 1000v.

2015-08-18 Thread Kyle Mestery
On Tue, Aug 18, 2015 at 11:48 AM, Kiran Chunduri kiran.askl...@gmail.com wrote: Hello All, We would like to extend the nova 'vhost-user' plug API to attach the port to Cisco Nexus 1000v, which supports vhost-user interface. Currently the plug-API supports attaching to OVS. The code I'm

[openstack-dev] [nova] [libvirt-vif] Extend vhost-user interface to support Cisco Nexus 1000v.

2015-08-18 Thread Kiran Chunduri
Hello All, We would like to extend the nova 'vhost-user' plug API to attach the port to Cisco Nexus 1000v, which supports vhost-user interface. Currently the plug-API supports attaching to OVS. The code I'm referring to is 'plug_vhostuser()' API in 'nova/virt/libvirt/vif.py'. I would like to