vmware-nsx/neutron/plugins/bigswitch
2014-11-30 16:59:05 +00:00
..
agent Migrate to oslo.utils 2014-11-26 10:31:03 +01:00
db Migrate to oslo.i18n 2014-11-26 22:19:24 +01:00
extensions Empty files should not contain copyright or license 2014-10-20 00:50:32 +00:00
tests Merge "Fix incorrect int/tuple comparison during binary search" 2014-11-26 14:56:52 +00: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 Migrate to oslo.utils 2014-11-26 10:31:03 +01:00
plugin.py Migrate to oslo.utils 2014-11-26 10:31:03 +01:00
README Rename Quantum to Neutron 2013-07-06 15:02:43 -04:00
routerrule_db.py enable H401 hacking check 2014-11-20 10:20:47 -05:00
servermanager.py Migrate to oslo.utils 2014-11-26 10:31:03 +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

# 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