neutron/neutron/plugins/ofagent
armando-migliaccio 0a1e582b4f Fix NVP/Nicira nits
Some references to NVP or Nicira went overlooked during
the rebranding exercise. This patch kills the last ones.

Implements blueprint nicira-plugin-renaming

Change-Id: I9f5e4f38246adbd6f821310a0bcfc3ad40c3ad38
2014-03-03 14:48:59 -08:00
..
agent Fix NVP/Nicira nits 2014-03-03 14:48:59 -08: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!