vmware-nsx/quantum/agent
Akihiro MOTOKI fad8f4098f 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
..
common Agent management extension 2013-02-18 11:43:45 +08:00
linux Moved the configuration variables. 2013-03-05 18:50:52 -08:00
metadata Create quantum client for each api request in metadata agent 2013-03-07 11:31:53 -08:00
__init__.py Add common dir for shared agent code, add OVS lib. 2012-06-04 22:07:27 -07:00
dhcp_agent.py isolated network metadata does not work with nvp plugin 2013-03-06 16:20:24 -08:00
firewall.py Rename source_(group_id/ip_prefix) to remote_(group_id/ip_prefix) 2013-03-05 00:24:36 -08:00
l3_agent.py Allow DHCP and L3 agents to choose if they should report state 2013-03-04 17:09:28 +08:00
netns_cleanup_util.py Fixes import reorder nits 2013-02-26 10:37:59 +08:00
ovs_cleanup_util.py Fixes import reorder nits 2013-02-26 10:37:59 +08:00
rpc.py Allow DHCP and L3 agents to choose if they should report state 2013-03-04 17:09:28 +08:00
securitygroups_rpc.py Disable secgroup extension when Noop Firewall driver is used 2013-03-08 08:32:20 +00:00