vmware-nsx/neutron/plugins/bigswitch
gordon chung 736858b3e7 switch to oslo.serialization
jsonutils has been moved to the oslo.serialization library. in this
patch we bring in oslo.serialization and switch all references to
the new library.

Closes-Bug: #1385353
Change-Id: I2898c4040abb2f208959049708e7bc093cfbaba7
2014-11-14 09:28:12 +00:00
..
agent Remove @author(s) from copyright statements 2014-09-15 21:40:09 +09:00
db Empty files should not contain copyright or license 2014-10-20 00:50:32 +00:00
extensions Empty files should not contain copyright or license 2014-10-20 00:50:32 +00:00
tests switch to oslo.serialization 2014-11-14 09:28:12 +00:00
README Rename Quantum to Neutron 2013-07-06 15:02:43 -04:00
__init__.py Empty files should not contain copyright or license 2014-10-20 00:50:32 +00:00
config.py Remove @author(s) from copyright statements 2014-09-15 21:40:09 +09:00
l3_router_plugin.py Big Switch: Separate L3 functions into L3 service 2014-09-01 12:50:32 -07:00
plugin.py Use RPC instead of neutron client in metadata agent 2014-10-28 15:52:37 +04:00
routerrule_db.py Remove the useless vim modelines 2014-06-21 15:07:31 +08:00
servermanager.py switch to oslo.serialization 2014-11-14 09:28:12 +00:00
vcsversion.py Remove @author(s) from copyright statements 2014-09-15 21:40:09 +09:00
version.py Remove @author(s) from copyright statements 2014-09-15 21:40:09 +09:00

README

# 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