b8b2c4ebec
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 |
||
---|---|---|
.. | ||
agent | ||
common | ||
db | ||
__init__.py | ||
README | ||
ryu_quantum_plugin.py |
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!