vmware-nsx/quantum/plugins/ryu
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
..
agent Use oslo-config-2013.1b3 2013-02-17 17:33:05 +00:00
common Use oslo-config-2013.1b3 2013-02-17 17:33:05 +00:00
db Improve data access method of ryu-agent 2013-02-01 16:57:06 +09:00
__init__.py plugin: introduce ryu plugin 2012-02-26 13:30:25 +09:00
README remove unittest section for ryu plugin README file 2012-09-19 10:30:57 +08:00
ryu_quantum_plugin.py Use oslo-config-2013.1b3 2013-02-17 17:33:05 +00:00

Quantum plugin for Ryu Network Operating System
This directory includes quantum plugin for Ryu Network Operating System.

# -- Installation

For how to install/set up this plugin with Ryu and Open Stack, please refer to
http://www.osrg.net/ryu/using_with_openstack.html

# -- Ryu General

For general Ryu stuff, please refer to
http://www.osrg.net/ryu/

Ryu is available at github
git://github.com/osrg/ryu.git
https://github.com/osrg/ryu

The mailing is at
ryu-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/ryu-devel

Enjoy!