Re: [openstack-dev] #Personal# Ref: L3 service integration with service framework

2014-11-26 Thread Kyle Mestery
There is already an out-of-tree L3 plugin, and as part of the plugin decomposition work, I'm planning to use this as the base for the new ODL driver in Kilo. Before you file specs and BPs, we should talk a bit more. Thanks, Kyle [1] https://github.com/dave-tucker/odl-neutron-drivers On Wed, Nov

Re: [openstack-dev] #Personal# Ref: L3 service integration with service framework

2014-11-26 Thread Kevin Benton
+1. In the ODL case you would just want a completely separate L3 plugin. On Wed, Nov 26, 2014 at 7:29 AM, Mathieu Rohon wrote: > Hi, > > you can still add your own service plugin, as a mixin of > L3RouterPlugin (have a look at brocade's code). > AFAIU service framework would manage the coexisten

Re: [openstack-dev] #Personal# Ref: L3 service integration with service framework

2014-11-26 Thread Mathieu Rohon
Hi, you can still add your own service plugin, as a mixin of L3RouterPlugin (have a look at brocade's code). AFAIU service framework would manage the coexistence several implementation of a single service plugin. This is currently not prioritized by neutron. This kind of work might restart in the