neutron/neutron/plugins/nec
Ihar Hrachyshka 6ca8cb84fd Monkey patch threading module as early as possible
In oslo.messaging, local thread store is used to pass RPC request
context [1]. If we try to import oslo.messaging before monkey patching
threading library, it attempts to access unpatched storage and fails
with AttributeError.

[1]: oslo/messaging/localcontext.py#L26

blueprint oslo-messaging

Change-Id: Ied7302fcb1d3e14428540e39e3db704550027890
2014-06-09 16:42:47 +02:00
..
agent Monkey patch threading module as early as possible 2014-06-09 16:42:47 +02:00
common Remove redundant default=None for config options 2014-05-25 00:46:50 -07:00
db Enable flake8 E711 and E712 checking 2014-04-09 23:03:57 -04:00
drivers Replace HTTPSConnection in NEC plugin 2014-04-03 23:28:19 +09:00
extensions Fix H302 violations in plugins package 2014-05-04 12:40:05 +02:00
README Remove last parts of Quantum compatibility shim 2014-03-31 23:31:23 -07:00
__init__.py Rename Quantum to Neutron 2013-07-06 15:02:43 -04:00
nec_plugin.py Added RpcProxy class 2014-06-09 16:42:47 +02:00
nec_router.py Use save_and_reraise_exception when reraise exception 2014-03-21 21:31:55 +09:00
ofc_driver_base.py Enable hacking H301 check 2014-04-01 13:10:14 -04: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: allow to delete resource with ERROR status 2014-03-27 00:34:06 +09:00
router_drivers.py nec plugin: allow to delete resource with ERROR status 2014-03-27 00:34:06 +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