neutron/neutron/plugins/ofagent
fumihiko kakuma db0bffd199 Log configuration values for OFA agent
When other agents start up, they log the configuration values
to their logs. This patch adds the same feature to the
Openflow agent.

fixes bug 1289139

Change-Id: Ibab20154805a12ec265a2499cbfd6c376c376130
(cherry picked from commit 7d1e49a08a)
2014-04-04 18:28:30 -04:00
..
agent Log configuration values for OFA agent 2014-04-04 18:28:30 -04: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!