vmware-nsx/quantum/plugins/ryu
Gary Kotton 56b349dee7 Define root_helper variable under the [AGENT] section
Fixes bug 1105523

The patch set adds 2 new functions:
1. register_root_helper - this enables all wanting to use
the root_helper variable. This is under the section AGENT.
2. get_root_helper - this is a helper function that returns the
root_helper. This should be used when the application used to
have the root_helper defined under the section DEFAULT. This
ensures backward compatability.

Change-Id: Iba72c4fc89ba5329ea045483287012f82b306250
2013-02-04 09:11:47 +00:00
..
agent Improve data access method of ryu-agent 2013-02-01 16:57:06 +09:00
common Define root_helper variable under the [AGENT] section 2013-02-04 09:11:47 +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 Improve data access method of ryu-agent 2013-02-01 16:57:06 +09: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!