vmware-nsx/quantum/plugins/ryu
Yoshihiro Kaneko 11fb7b4c91 Fix broken L3 support of Ryu plugin
Fixes bug 1047230

This patch adds support for the router:external attribute of a network
to Ryu plugin.

Change-Id: I135fe0a4e90fe049cabbaa1b87e9294ec0613530
2012-09-08 19:23:04 +09:00
..
agent Fix programming error of ryu-plugin 2012-09-03 20:15:17 +09:00
common Remove v1 code from quantum-server 2012-08-10 10:37:36 -07:00
db Remove v1 code from quantum-server 2012-08-10 10:37:36 -07:00
nova Ryu plugin support for v2 Quantum API 2012-07-13 17:07:17 +09: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
README plugin: introduce ryu plugin 2012-02-26 13:30:25 +09:00
ryu_quantum_plugin.py Fix broken L3 support of Ryu plugin 2012-09-08 19:23:04 +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

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