neutron/neutron/plugins/nec
Ryota MIBU 08778910d1 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
(cherry picked from commit e73f8da072)
2014-11-05 07:55:33 +00:00
..
agent Remove @author(s) from copyright statements 2014-09-15 21:40:09 +09:00
common Remove @author(s) from copyright statements 2014-09-15 21:40:09 +09:00
db Remove @author(s) from copyright statements 2014-09-15 21:40:09 +09:00
drivers Remove @author(s) from copyright statements 2014-09-15 21:40:09 +09:00
extensions Remove @author(s) from copyright statements 2014-09-15 21:40:09 +09:00
README Remove last parts of Quantum compatibility shim 2014-03-31 23:31:23 -07:00
__init__.py Remove the useless vim modelines 2014-06-21 15:07:31 +08:00
nec_plugin.py Set vif_details to reflect enable_security_group 2014-11-05 07:55:33 +00:00
nec_router.py Merge "HA routers master state now distributed amongst agents" 2014-09-20 05:48:39 +00:00
ofc_driver_base.py Remove @author(s) from copyright statements 2014-09-15 21:40:09 +09:00
ofc_manager.py Remove @author(s) from copyright statements 2014-09-15 21:40:09 +09:00
packet_filter.py Remove @author(s) from copyright statements 2014-09-15 21:40:09 +09:00
router_drivers.py Remove @author(s) from copyright statements 2014-09-15 21:40:09 +09:00

README

Quantum NEC OpenFlow Plugin


# -- What's this?

https://wiki.openstack.org/wiki/Neutron/NEC_OpenFlow_Plugin


# -- Installation

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