neutron/quantum/plugins/ryu
Akihiro MOTOKI 2d8e56ba64 Disable secgroup extension when Noop Firewall driver is used
When Noop Firewall driver is used, Quantum security group actually does
nothing in OVS and Linux Bridge plugin. It would be better to disable
security group extension for such case to avoid confusion.
By this we can determine whether quantum security group is enabled
by checking the extension list.
This commit changes OVS/LB/NEC/Ryu plugins with agent firewall_driver
based security group implementation.

Fixes bug #1124117

Change-Id: I2182289c1e27987b686f1adb7d6e2ad4e154caa2
2013-03-08 08:32:20 +00:00
..
agent Fixes import reorder nits 2013-02-26 10:37:59 +08:00
common Add support Quantum Security Groups for Ryu plugin 2013-02-20 00:38:00 -08:00
db Add support Quantum Security Groups for Ryu plugin 2013-02-20 00:38:00 -08:00
README remove unittest section for ryu plugin README file 2012-09-19 10:30:57 +08:00
__init__.py plugin: introduce ryu plugin 2012-02-26 13:30:25 +09:00
ryu_quantum_plugin.py Disable secgroup extension when Noop Firewall driver is used 2013-03-08 08:32:20 +00:00

README

Quantum plugin for Ryu Network Operating System
This directory includes quantum plugin for Ryu Network Operating System.

# -- Installation

For how to install/set up this plugin with Ryu and Open Stack, please refer to
http://www.osrg.net/ryu/using_with_openstack.html

# -- 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!