vmware-nsx/quantum/plugins/bigswitch
Mark McLoughlin b5990a7bd7 Use oslo-config-2013.1b3
The cfg API is now available via the oslo-config library, so switch to
it and remove the copied-and-pasted version.

Add the 2013.1b3 tarball to tools/pip-requires - this will be changed
to 'oslo-config>=2013.1' when oslo-config is published to pypi. This
will happen in time for grizzly final.

Remove the 'deps = pep8' from tox.ini as it means all the other deps
get installed with easy_install which can't install oslo-config from
the URL.

Retain dummy cfg.py file until keystoneclient middleware has been
updated (I18c450174277c8e2d15ed93879da6cd92074c27a).

Change-Id: I4815aeb8a9341a31a250e920157f15ee15cfc5bc
2013-02-17 17:33:05 +00:00
..
tests Remove unsused imports in the plugins package 2013-01-13 14:16:43 +02:00
__init__.py RESTProxy Plugin for Floodlight and BigSwitch 2012-11-13 19:30:05 -08:00
plugin.py Use oslo-config-2013.1b3 2013-02-17 17:33:05 +00:00
README RESTProxy Plugin for Floodlight and BigSwitch 2012-11-13 19:30:05 -08:00
vcsversion.py L3 API support for BigSwitch-FloodLight Plugin 2013-02-15 13:05:15 -08:00
version.py L3 API support for BigSwitch-FloodLight Plugin 2013-02-15 13:05:15 -08:00

# Quantum REST Proxy Plug-in for Big Switch and FloodLight Controllers

This module provides a generic quantum plugin 'QuantumRestProxy' that
translates quantum function calls to authenticated REST requests (JSON supported)
to a set of redundant external network controllers.

It also keeps a local persistent store of quantum 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/Quantum+REST+Proxy+Plugin