neutron-vpnaas/neutron/plugins/ryu
Yang Yu 88dc6ea2eb Prompted error message is not correct for PortNotFound
When deleting a non-existing port, the error message would be
"Port XXXX could not be found on network None" for some plugins.
"network None" is not correct enough here.

Fixes bug #1203631

Change-Id: Ie5d1ec99a2726ff3fec07f83f83a12d24613ae57
2013-07-31 00:48:53 -05:00
..
agent remove netifaces dependency of ryu-agent 2013-07-24 20:18:23 +09:00
common Rename Quantum to Neutron 2013-07-06 15:02:43 -04:00
db Prompted error message is not correct for PortNotFound 2013-07-31 00:48:53 -05:00
__init__.py Rename Quantum to Neutron 2013-07-06 15:02:43 -04:00
README Rename Quantum to Neutron 2013-07-06 15:02:43 -04:00
ryu_neutron_plugin.py Rename Quantum to Neutron 2013-07-06 15:02:43 -04:00

Neutron plugin for Ryu Network Operating System
This directory includes neutron plugin for Ryu Network Operating System.

# -- Installation

For how to install/set up this plugin with Ryu and OpenStack, please refer to
https://github.com/osrg/ryu/wiki/OpenStack

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