neutron/neutron/plugins/nec
Akihiro Motoki a79aa79b2a NEC plugin: Honor Retry-After response from OFC
A backend OpenFlow controller nec plugin talks to can return
503 response with retry-after header when it is busy.
It is better to honor retry-after header to avoid unnecessary
user-visible errors due to temporary busy condition.

Change-Id: I2ff1c3ac8402a2207bd955e9a9bb61e147950c5c
Closes-Bug: #1294527
2014-03-19 17:10:43 +09:00
..
agent Update License Headers to replace Nicira with VMware 2014-02-27 08:11:15 +00:00
common NEC plugin: Honor Retry-After response from OFC 2014-03-19 17:10:43 +09:00
db NEC plugin: delete old OFC ID mapping tables 2014-03-06 08:29:52 +00:00
drivers NEC plugin: delete old OFC ID mapping tables 2014-03-06 08:29:52 +00:00
extensions NEC plugin: PFC packet fitler support 2014-03-04 09:08:29 +09:00
README Rename Quantum to Neutron 2013-07-06 15:02:43 -04:00
__init__.py Rename Quantum to Neutron 2013-07-06 15:02:43 -04:00
nec_plugin.py Avoid long transaction in plugin.delete_ports() 2014-03-16 00:19:51 +09:00
nec_router.py replace rest of q_exc to n_exc in code base 2014-03-03 17:42:20 -08:00
ofc_driver_base.py NEC plugin: delete old OFC ID mapping tables 2014-03-06 08:29:52 +00:00
ofc_manager.py NEC plugin: delete old OFC ID mapping tables 2014-03-06 08:29:52 +00:00
packet_filter.py NEC plugin: PFC packet fitler support 2014-03-04 09:08:29 +09:00
router_drivers.py Handle racing condition in OFC port deletion 2014-02-21 08:37:53 +00:00

README

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