neutron-vpnaas/neutron/plugins/bigswitch
Dirk Mueller a7c23c3247 Add help strings to Config Options
Add an help string to the config options

Change-Id: I9248a335db961aa5d776a545dcfba0ddb0f08bb2
2013-07-20 08:34:40 +02:00
..
db Rename Quantum to Neutron 2013-07-06 15:02:43 -04:00
extensions Rename Quantum to Neutron 2013-07-06 15:02:43 -04:00
tests Rename Quantum to Neutron 2013-07-06 15:02:43 -04:00
__init__.py Rename Quantum to Neutron 2013-07-06 15:02:43 -04:00
plugin.py Add help strings to Config Options 2013-07-20 08:34:40 +02:00
README Rename Quantum to Neutron 2013-07-06 15:02:43 -04:00
routerrule_db.py Rename Quantum to Neutron 2013-07-06 15:02:43 -04:00
vcsversion.py Rename Quantum to Neutron 2013-07-06 15:02:43 -04:00
version.py Rename Quantum to Neutron 2013-07-06 15:02:43 -04: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