vmware-nsx/quantum/plugins/ryu
Gary Kotton 64eba422ff Enable agents and plugins to use the same configuration file.
The change also implements blueprint agent-logging (this
was due to the fact that the existing logging in the agents
did not work with the change)

Devstack support for the above is in
https://review.openstack.org/10267

Notes:
- The service and agent can be run with multiple configuration
  files by using the CLI parameters --config-file <filename>
- The agent now makes use of the logging and debugging flags
  defined in quantum.conf. This follows the standard common
  configuration command line rules.

Change-Id: I3bd7701526a950c360d7c2cf14b31045010b46ca
2012-07-25 11:18:33 -04:00
..
agent Enable agents and plugins to use the same configuration file. 2012-07-25 11:18:33 -04:00
common Enable agents and plugins to use the same configuration file. 2012-07-25 11:18:33 -04:00
db Ryu plugin support for v2 Quantum API 2012-07-13 17:07:17 +09:00
nova Ryu plugin support for v2 Quantum API 2012-07-13 17:07:17 +09:00
tests Enable agents and plugins to use the same configuration file. 2012-07-25 11:18:33 -04:00
__init__.py plugin: introduce ryu plugin 2012-02-26 13:30:25 +09:00
ofp_service_type.py plugin: introduce ryu plugin 2012-02-26 13:30:25 +09:00
ovs_quantum_plugin_base.py Enable agents and plugins to use the same configuration file. 2012-07-25 11:18:33 -04:00
README plugin: introduce ryu plugin 2012-02-26 13:30:25 +09:00
run_tests.py Remove unused imports 2012-06-08 09:54:48 +08:00
ryu_quantum_plugin.py Enable agents and plugins to use the same configuration file. 2012-07-25 11:18:33 -04: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

# -- unit test

In order to run unit tests for Ryu plugin
PLUGIN_DIR=quantum/plugins/ryu ./run_tests.sh
NOTE: In order to run unit tests, sqlite3 is additionally needed.

Enjoy!