neutron-fwaas/quantum/plugins/nec
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 NEC plugin support for dhcp network and router scheduling 2013-03-02 19:39:28 +09:00
common NEC plugin support for dhcp network and router scheduling 2013-03-02 19:39:28 +09:00
db Make sure all db accesses use subtransaction 2013-02-26 20:57:20 +09:00
drivers Fixes import reorder nits 2013-02-26 10:37:59 +08:00
extensions Use oslo-config-2013.1b3 2013-02-17 17:33:05 +00:00
README remove unittest section for nec plugin README file 2012-09-19 10:50:03 +08:00
__init__.py NEC OpenFlow plugin support. 2012-08-14 19:01:39 +09:00
nec_plugin.py Disable secgroup extension when Noop Firewall driver is used 2013-03-08 08:32:20 +00:00
ofc_driver_base.py plugin/nec: Make sure resources on OFC is globally unique. 2013-02-18 17:40:35 +09:00
ofc_manager.py plugin/nec: Make sure resources on OFC is globally unique. 2013-02-18 17:40:35 +09:00

README

Quantum NEC OpenFlow Plugin


# -- What's this?

http://wiki.openstack.org/Quantum-NEC-OpenFlow-Plugin


# -- Installation

Use QuickStart Script for this plugin.  This provides you auto installation and
configuration of Nova, Quantum and Trema.
https://github.com/nec-openstack/quantum-openflow-plugin/tree/folsom