neutron/neutron/plugins/ryu
Kevin Benton 8c42ba115b Adds OVS_HYBRID_PLUG flag to portbindings
Adds a flag to the ML2, openvswitch, and BigSwitch
plugins to inform nova that the OVS hybrid plugging
strategy should be used.

Closes-Bug: #1112912
Change-Id: If004db60e084f4cea095ca9ecccb0537240d4183
2014-03-26 23:41:19 -07:00
..
agent replace rest of q_exc to n_exc in code base 2014-03-03 17:42:20 -08:00
common Make timeout for ovs-vsctl configurable 2014-01-10 14:31:02 -08: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 Adds OVS_HYBRID_PLUG flag to portbindings 2014-03-26 23:41:19 -07: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!