neutron/neutron/plugins/bigswitch
Edgar Magana 7c53956d7d Fix misspellings words in neutron
All misspelled words found in neutron code have been fixed

Change-Id: I3872b8b08d6b8ea9c3973b32cdc9897a94b4cbbc
Closes-Bug: #1424139
2015-02-24 10:10:35 -08:00
..
agent Remove root_helper arg from SecurityGroupAgentRpc 2015-02-18 13:24:51 +00:00
db Fix misspellings words in neutron 2015-02-24 10:10:35 -08:00
extensions Rename qexception->nexception 2015-01-12 13:56:46 -08:00
tests oslo: migrate to namespace-less import paths 2015-02-05 15:09:32 +01: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 remaining root_helper args from plugins 2015-02-13 09:01:59 -06:00
l3_router_plugin.py oslo: migrate to namespace-less import paths 2015-02-05 15:09:32 +01:00
plugin.py oslo: migrate to namespace-less import paths 2015-02-05 15:09:32 +01:00
routerrule_db.py oslo: migrate to namespace-less import paths 2015-02-05 15:09:32 +01:00
servermanager.py oslo: migrate to namespace-less import paths 2015-02-05 15:09:32 +01: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