vmware-nsx/quantum/plugins/ryu
Zhongyue Luo b8b2c4ebec Reference OVS OptGoup names in lowercase
To have consistent option group name format across projects,
oslo.config now normalizes all non lowercase group names to lowercase
when loading conf files.
Thus conf files are backwards compatible but option group references
in the code must now use lowercase before we update oslo.config.

This patch replaces all 'OVS' references to 'ovs'

Change-Id: Id8697138d822e331a6776f847915c61b40f8dd6a
2013-05-22 01:36:42 +08:00
..
agent Reference OVS OptGoup names in lowercase 2013-05-22 01:36:42 +08:00
common Reference OVS OptGoup names in lowercase 2013-05-22 01:36:42 +08:00
db Docstrings formatted according to pep257 2013-04-30 16:10:06 +03:00
__init__.py plugin: introduce ryu plugin 2012-02-26 13:30:25 +09:00
README Update Ryu plugin README 2013-04-02 17:51:44 +09:00
ryu_quantum_plugin.py Reference OVS OptGoup names in lowercase 2013-05-22 01:36:42 +08: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 OpenStack, please refer to
https://github.com/osrg/ryu/wiki/OpenStack

# -- 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!