77573d7338
bp remove-v1-related-code Removes API, DB, and test code that is used only for Quantum v1 API, which is no longer supported. Includes removal of v1 code for sample, ovs, linuxbridge and ryu plugin. Nicira and Cisco plugins will be handled outside of this patchset. Change-Id: Id34dc7229bb7b399b5cfd4602dbc8d5ee4e8de61 |
||
---|---|---|
.. | ||
agent | ||
common | ||
db | ||
nova | ||
tests | ||
__init__.py | ||
ofp_service_type.py | ||
README | ||
run_tests.py | ||
ryu_quantum_plugin.py |
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!