neutron-vpnaas/neutron/plugins/nec
Ryota MIBU 49e953a8ef Make NEC Plugin keep error resources
NEC Plugin used to ignore OFC errors while deleting resources from OFC,
and it could leave some unused resources on OFC. If OFC generates id
which is in remained resources when creating new resource, it will fail.

This commit makes NEC Plugin keep logical resource when it failed to
delete resource from OFC not to leave orphan resource on OFC, and raise
exception to tell the user that the resouce status is Error.

NOTE: The user can retry deletion. If the resouce was successfully
deleted from OFC in retries, the logical resource will be deleted.

Fixes: bug #1206416
Change-Id: Ifea38dfe3fe8b18d7ae1cedf86a23008549250cc
2013-07-30 22:44:25 +09:00
..
agent Rename Quantum to Neutron 2013-07-06 15:02:43 -04:00
common Merge "Register agent schedulers options in one place" 2013-07-18 10:05:43 +00:00
db Improve packet-filter test coverage in NEC Plugin 2013-07-17 09:13:00 +09:00
drivers Rename Quantum to Neutron 2013-07-06 15:02:43 -04:00
extensions Improve packet-filter test coverage in NEC Plugin 2013-07-17 09:13:00 +09:00
__init__.py Rename Quantum to Neutron 2013-07-06 15:02:43 -04:00
nec_plugin.py Make NEC Plugin keep error resources 2013-07-30 22:44:25 +09:00
ofc_driver_base.py Rename Quantum to Neutron 2013-07-06 15:02:43 -04:00
ofc_manager.py Rename Quantum to Neutron 2013-07-06 15:02:43 -04:00
packet_filter.py Improve packet-filter test coverage in NEC Plugin 2013-07-17 09:13:00 +09:00
README Rename Quantum to Neutron 2013-07-06 15:02:43 -04: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, Neutron and Trema.
https://github.com/nec-openstack/quantum-openflow-plugin/tree/folsom