neutron/neutron
Ryota MIBU e73f8da072 Set vif_details to reflect enable_security_group
While plugging vif, VIFDriver in Nova follows "ovs_hybrid_plug" and
"port_filter" in "binding:vif_detail" which is passed from Neutron, but
those are always true.  This patch make ML2 OVS mech driver set those
param depends on enable_security_group flag.  It enables users to avoid
ovs_hybrid plugging.

This patch also fixes the same issue in the following plugins/drivers:
  * NEC Plugin
  * BigSwitch Plugin
  * Ryu Plugin
  * ML2 Plugin - OFAgent Mech Driver

Closes-Bug: #1336624
Change-Id: I2b7fb526a6f1b730ad65289307b24fd28b996e1b
2014-09-21 17:41:38 +09:00
..
agent Only setup dhcp interface if dhcp is not active on network 2014-09-18 18:53:58 +04:00
api Merge "HA routers master state now distributed amongst agents" 2014-09-20 05:48:39 +00:00
cmd Remove @author(s) from copyright statements 2014-09-15 21:40:09 +09:00
common Merge "Remove @author(s) from copyright statements" 2014-09-16 13:30:38 +00:00
db Merge "Some clean up of code I'm preparing to modify" 2014-09-21 07:47:09 +00:00
debug Merge "Clarify message when no probes are cleared" 2014-09-13 15:29:24 +00:00
extensions Merge "Remove @author(s) from copyright statements" 2014-09-16 13:30:38 +00:00
hacking Remove @author(s) from copyright statements 2014-09-15 21:40:09 +09:00
locale Imported Translations from Transifex 2014-09-15 06:11:19 +00:00
notifiers Fix spelling mistakes 2014-08-01 16:10:23 +00:00
openstack Fix spelling mistakes 2014-08-01 16:10:23 +00:00
plugins Set vif_details to reflect enable_security_group 2014-09-21 17:41:38 +09:00
scheduler Merge "Add a new scheduler for the l3 HA" 2014-09-13 13:06:47 +00:00
server Configure agents using neutron.common.config.init (formerly .parse) 2014-06-17 21:56:24 +02:00
services Remove @author(s) from copyright statements 2014-09-15 21:40:09 +09:00
tests Set vif_details to reflect enable_security_group 2014-09-21 17:41:38 +09:00
__init__.py Remove the useless vim modelines 2014-06-21 15:07:31 +08:00
auth.py add auth token to context 2014-08-12 11:17:21 +09:00
context.py add auth token to context 2014-08-12 11:17:21 +09:00
hooks.py Remove the useless vim modelines 2014-06-21 15:07:31 +08:00
manager.py Moved rpc_compat.py code back into rpc.py 2014-06-24 10:35:39 +02:00
neutron_plugin_base_v2.py Throw exception instances instead of classes 2014-09-07 12:56:30 +04:00
policy.py Allow to import _LC, _LE, _LI and _LW functions directly 2014-07-17 14:56:19 +00:00
quota.py Remove the useless vim modelines 2014-06-21 15:07:31 +08:00
service.py Merge "Throw exception instances instead of classes" 2014-09-08 22:25:05 +00:00
version.py Remove the useless vim modelines 2014-06-21 15:07:31 +08:00
wsgi.py Remove the useless vim modelines 2014-06-21 15:07:31 +08:00