b2edc5f35e
This adds ML2 mechanism driver controlling OpenFlow switches and an agent using Ryu as OpenFlow Python library. - An agent acts as an OpenFlow controller on each compute nodes. - OpenFlow 1.3 (vendor agnostic unlike OVS extensions). Implements: blueprint ryu-ml2-driver Change-Id: I6a8168d24f911996639179d91c4da49151751057
22 lines
496 B
Plaintext
22 lines
496 B
Plaintext
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!
|