vmware-nsx/quantum/plugins/ryu
Zhongyue Luo d2cdb6d093 Import order clean-up
Reorder imports by full module path

Change-Id: I50bc2a5ff6cea939049fed8066471b15e84adbe6
2012-11-02 09:52:12 +08:00
..
agent Import order clean-up 2012-11-02 09:52:12 +08: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 Update vif driver of Ryu plugin 2012-10-01 19:32:02 +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 remove unittest section for ryu plugin README file 2012-09-19 10:30:57 +08:00
ryu_quantum_plugin.py Import order clean-up 2012-11-02 09:52:12 +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 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!