neutron/neutron/plugins/ofagent
Ihar Hrachyshka caf6044224 Introduce RpcCallback class
This class will be used to create proper self.target with appropriate
API version once we migrate to oslo.messaging.

blueprint oslo-messaging

Change-Id: I1fb5eb0aaac0d115fd84630e58b333e695ad4f5f
2014-06-16 12:44:22 +02:00
..
agent Introduce RpcCallback class 2014-06-16 12:44:22 +02:00
common Implement OpenFlow Agent mechanism driver 2014-03-02 13:40:10 +09:00
README Implement OpenFlow Agent mechanism driver 2014-03-02 13:40:10 +09:00
__init__.py Implement OpenFlow Agent mechanism driver 2014-03-02 13:40:10 +09:00

README

This directory includes agent for OpenFlow Agent mechanism driver.

# -- Installation

For how to install/set up ML2 mechanism driver for OpenFlow Agent, 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!