vmware-nsx/quantum/plugins/nec
Akihiro MOTOKI da6816c6c7 Ensure to remove auto delete ports from OFC in NEC plugin
When deleting a network, dhcp ports are removed automatically
in db_plugin. This causes a failure network deletion since the
corresponding port exists on OFC and the network on OFC cannot
be deleted unless a subnet on the network is deleted explicitly.
This commit gets auto-delete ports and delete the corresponding
ports on the controller before deleting the network.

Fixes bug #1190163

Change-Id: Ifffaa1a28b5fac0b0a98036a926550255cc25c9d
2013-06-12 17:40:34 +09:00
..
agent Revert dependency on oslo.config 1.2.0 2013-05-29 06:54:55 +01:00
common Revert dependency on oslo.config 1.2.0 2013-05-29 06:54:55 +01:00
db Remove unnecessary checks for MultipleResultsFound 2013-05-29 13:20:21 +04:00
drivers Docstrings formatted according to pep257 2013-04-30 16:10:06 +03:00
extensions Revert dependency on oslo.config 1.2.0 2013-05-29 06:54:55 +01:00
__init__.py NEC OpenFlow plugin support. 2012-08-14 19:01:39 +09:00
nec_plugin.py Ensure to remove auto delete ports from OFC in NEC plugin 2013-06-12 17:40:34 +09: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 Switch to flake8 from pep8. 2013-04-04 04:57:52 +00:00
README remove unittest section for nec plugin README file 2012-09-19 10:50:03 +08:00

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