neutron/neutron/plugins/bigswitch
Jenkins b3295989d6 Merge "BSN: Optimistic locking strategy for consistency" into stable/juno 2014-12-13 08:51:17 +00:00
..
agent Remove @author(s) from copyright statements 2014-09-15 21:40:09 +09:00
db BSN: Optimistic locking strategy for consistency 2014-11-21 01:34:26 -08:00
extensions Remove @author(s) from copyright statements 2014-09-15 21:40:09 +09:00
tests Remove @author(s) from copyright statements 2014-09-15 21:40:09 +09:00
README Rename Quantum to Neutron 2013-07-06 15:02:43 -04:00
__init__.py Remove the useless vim modelines 2014-06-21 15:07:31 +08: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 Set vif_details to reflect enable_security_group 2014-11-05 07:55:33 +00:00
routerrule_db.py Remove the useless vim modelines 2014-06-21 15:07:31 +08:00
servermanager.py Merge "BSN: Optimistic locking strategy for consistency" into stable/juno 2014-12-13 08:51:17 +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