vmware-nsx/neutron/plugins/bigswitch
Kevin Benton c9443e5662 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
2014-09-01 12:50:32 -07:00
..
agent Moved rpc_compat.py code back into rpc.py 2014-06-24 10:35:39 +02:00
db Big Switch: Only update hash header on success 2014-08-04 20:16:54 +00:00
extensions Remove the useless vim modelines 2014-06-21 15:07:31 +08:00
tests Use jsonutils instead of stdlib json 2014-08-14 12:45:58 +02:00
__init__.py Remove the useless vim modelines 2014-06-21 15:07:31 +08:00
config.py Merge "Remove the useless vim modelines" 2014-06-23 06:10:21 +00:00
l3_router_plugin.py Big Switch: Separate L3 functions into L3 service 2014-09-01 12:50:32 -07:00
plugin.py Big Switch: Separate L3 functions into L3 service 2014-09-01 12:50:32 -07:00
README Rename Quantum to Neutron 2013-07-06 15:02:43 -04:00
routerrule_db.py Remove the useless vim modelines 2014-06-21 15:07:31 +08:00
servermanager.py Big Switch: Separate L3 functions into L3 service 2014-09-01 12:50:32 -07:00
vcsversion.py Remove the useless vim modelines 2014-06-21 15:07:31 +08:00
version.py Remove the useless vim modelines 2014-06-21 15:07:31 +08:00

# Neuron REST Proxy Plug-in for Big Switch and FloodLight Controllers

This module provides a generic neutron plugin 'NeutronRestProxy' that
translates neutron function calls to authenticated REST requests (JSON supported)
to a set of redundant external network controllers.

It also keeps a local persistent store of neutron state that has been
setup using that API.

Currently the FloodLight Openflow Controller or the Big Switch Networks Controller
can be configured as external network controllers for this plugin.

For more details on this plugin, please refer to the following link:
http://www.openflowhub.org/display/floodlightcontroller/Neutron+REST+Proxy+Plugin