neutron/neutron/plugins/bigswitch
Kevin Benton e60670e5a2 Big Switch: Remove consistency hash on full sync
Clears the consistency hash before performing a full
backend synchronization. Since all of the data is being
replaced, there is no reason to include this and it
currently requires special-casing to handle.

Closes-Bug: #1328233
Change-Id: Iace766d869dc78b041d3a5464e728b872c8347c2
2014-07-16 12:38:52 -07:00
..
agent Moved rpc_compat.py code back into rpc.py 2014-06-24 10:35:39 +02:00
db BSN: Remove db lock and add missing contexts 2014-07-01 08:22:50 -07:00
extensions Remove the useless vim modelines 2014-06-21 15:07:31 +08:00
tests Remove the useless vim modelines 2014-06-21 15:07:31 +08: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 Merge "Remove the useless vim modelines" 2014-06-23 06:10:21 +00:00
plugin.py Avoid notifying while inside transaction opened in delete_port() 2014-07-05 15:55:18 +02:00
routerrule_db.py Remove the useless vim modelines 2014-06-21 15:07:31 +08:00
servermanager.py Big Switch: Remove consistency hash on full sync 2014-07-16 12:38:52 -07:00
vcsversion.py Remove the useless vim modelines 2014-06-21 15:07:31 +08:00
version.py Remove the useless vim modelines 2014-06-21 15:07:31 +08: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