]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commit
Big Switch: Separate L3 functions into L3 service
authorKevin Benton <blak111@gmail.com>
Tue, 12 Aug 2014 21:04:24 +0000 (14:04 -0700)
committerKevin Benton <blak111@gmail.com>
Mon, 1 Sep 2014 19:50:32 +0000 (12:50 -0700)
commit06af3b035e356c3334441d7a306f5451245a554d
tree116cf6e059c4ce427210f527033c82abd92c2b59
parent2b3c20591d295e874460d8f448dd2a7e199dc90f
Big Switch: Separate L3 functions into L3 service

Separate the L3 functions from the core Big Switch
plugin into an L3 service plugin. This is will allow
the L3 functions to be used in ML2 deployments that
use the Big Switch ML2 driver.

DocImpact

Implements: blueprint bsn-l3-service-plugin
Change-Id: I889db0047fb9a85f02d1fb95b9c099e9243a5bb5
neutron/plugins/bigswitch/l3_router_plugin.py [new file with mode: 0644]
neutron/plugins/bigswitch/plugin.py
neutron/plugins/bigswitch/servermanager.py
neutron/tests/unit/bigswitch/etc/restproxy.ini.test
neutron/tests/unit/bigswitch/test_base.py
neutron/tests/unit/bigswitch/test_restproxy_plugin.py
neutron/tests/unit/bigswitch/test_router_db.py
setup.cfg