70c6071943
This patch moves the hash update call into the success block of the server manager so the database isn't updated with a hash header from an error response. Additionally, it prevents the hash from being updated to an empty value if the hash header is not present in the response. Closes-Bug: #1348766 Change-Id: I512d01f9bb91b208dd58883d2464951ecc6748e1 |
||
---|---|---|
.. | ||
agent | ||
db | ||
extensions | ||
tests | ||
__init__.py | ||
config.py | ||
plugin.py | ||
README | ||
routerrule_db.py | ||
servermanager.py | ||
vcsversion.py | ||
version.py |
# 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