[openstack-dev] [neutron][lbaas][fwaas][oslo] Common code between VMWare neutron plugin and services plugins

2014-12-15 Thread Kobi Samoray
Hi, Some files in neutron are common infrastructure to the VMWare neutron L2/L3 plugin, and the services plugins. These files wrap VMWare NSX and provide a python API to some NSX services. This code is common to: - VMWare L2/L3 plugin, which after the split should be held outside of openstack

Re: [openstack-dev] [neutron][lbaas][fwaas][oslo] Common code between VMWare neutron plugin and services plugins

2014-12-15 Thread Russell Bryant
On 12/15/2014 11:20 AM, Kobi Samoray wrote: 3. Add these components to oslo.vmware project: oslo.vmware contains, as of now, a wrapper to vCenter API. The components in discussion wrap NSX API, which is out of vCenter scope. Therefore it’s not really a part of oslo.vmware scope as it is

Re: [openstack-dev] [neutron][lbaas][fwaas][oslo] Common code between VMWare neutron plugin and services plugins

2014-12-15 Thread Doug Wiegley
On 12/15/14, 8:20 AM, Kobi Samoray ksamo...@vmware.com wrote: Hi, Some files in neutron are common infrastructure to the VMWare neutron L2/L3 plugin, and the services plugins. These files wrap VMWare NSX and provide a python API to some NSX services. This code is common to: - VMWare L2/L3

Re: [openstack-dev] [neutron][lbaas][fwaas][oslo] Common code between VMWare neutron plugin and services plugins

2014-12-15 Thread Kobi Samoray
It shouldn’t drag any additional dependencies - it’s REST API wrapper so nothing beyond XML/JSON/HTTP/threads should be used in these components. On Dec 15, 2014, at 18:23, Russell Bryant rbry...@redhat.com wrote: On 12/15/2014 11:20 AM, Kobi Samoray wrote: 3. Add these components to