vmware-nsx/quantum/plugins/ryu
Maru Newby c552626664 Update codebase for HACKING compliance.
* This is a massive patch that aims to clean up the codebase
   and bring it into compliance with HACKING.rst and PEP8 in one
   fell swoop.
 * Cleaned up use of gettext.
 * Updated log usage for consistency.
 * The tests run successfully against all plugins except
   cisco and nicira (due to dependency issues with these plugins).
 * Addresses bug 981208

Change-Id: I4d8c7ab138d8f7bb906d18dc34f88f8bd0581c19
2012-05-01 11:46:24 -07:00
..
agent Update codebase for HACKING compliance. 2012-05-01 11:46:24 -07:00
db plugin: introduce ryu plugin 2012-02-26 13:30:25 +09:00
nova Update codebase for HACKING compliance. 2012-05-01 11:46:24 -07:00
tests Update codebase for HACKING compliance. 2012-05-01 11:46:24 -07: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 Update codebase for HACKING compliance. 2012-05-01 11:46:24 -07:00
README plugin: introduce ryu plugin 2012-02-26 13:30:25 +09:00
run_tests.py Update codebase for HACKING compliance. 2012-05-01 11:46:24 -07:00
ryu_quantum_plugin.py Update codebase for HACKING compliance. 2012-05-01 11:46:24 -07: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!