neutron/neutron/plugins/ryu
Ihar Hrachyshka b282574048 Removed create_rpc_dispatcher methods
Now that we don't have a special dispatcher class and we pass a list of
endpoints to corresponding functions instead, those methods are
unneeded.

blueprint oslo-messaging

Change-Id: If2b187fd8e553594212264f34b51b5b99c4630b2
2014-06-20 20:44:37 +02:00
..
agent Removed create_rpc_dispatcher methods 2014-06-20 20:44:37 +02:00
common Remove redundant default=None for config options 2014-05-25 00:46:50 -07:00
db replace rest of q_exc to n_exc in code base 2014-03-03 17:42:20 -08:00
README Rename Quantum to Neutron 2013-07-06 15:02:43 -04:00
__init__.py Rename Quantum to Neutron 2013-07-06 15:02:43 -04:00
ryu_neutron_plugin.py Removed create_rpc_dispatcher methods 2014-06-20 20:44:37 +02:00

README

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!