vmware-nsx/neutron/plugins/bigswitch
Russell Bryant f76110be99 Convert several uses of RpcCallback
Convert several places in the code that were using the RpcCallback
compatibility class.  This class eased the transition to
oslo.messaging.  This patch drops the usage of this class in favor of
direct usage of the appropriate oslo.messaging API.

Part of blueprint drop-rpc-compat.

Change-Id: I955958e836635d43dabc7b39d050c1418b18cf8f
2014-12-04 16:35:21 +00:00
..
agent Convert several uses of RpcCallback 2014-12-04 16:35:21 +00:00
db Update i18n translation for BigSwitch plugin log msg's 2014-12-02 03:53:07 -08: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 Merge "BSN: Add network to ext_gw_info sent to backend" 2014-12-03 16:00:53 +00:00
plugin.py Update i18n translation for BigSwitch plugin log msg's 2014-12-02 03:53:07 -08:00
README Rename Quantum to Neutron 2013-07-06 15:02:43 -04:00
routerrule_db.py Update i18n translation for BigSwitch plugin log msg's 2014-12-02 03:53:07 -08:00
servermanager.py Update i18n translation for BigSwitch plugin log msg's 2014-12-02 03:53:07 -08: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