vmware-nsx/neutron/plugins/hyperv
Ihar Hrachyshka 161ec8341b 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 Update common network type consts to same origin 2013-12-10 19:29:12 +00:00
__init__.py Rename Quantum to Neutron 2013-07-06 15:02:43 -04:00
agent_notifier_api.py Added RpcProxy class 2014-06-09 16:42:47 +02:00
db.py Fix H302 violations in plugins package 2014-05-04 12:40:05 +02:00
hyperv_neutron_plugin.py Delete disassociated floating ips on external network deletion 2014-03-31 13:16:58 +04:00
model.py Fix H302 violations in plugins package 2014-05-04 12:40:05 +02:00
rpc_callbacks.py Fixes Hyper-V agent RPC calls for ML2 support 2013-09-25 22:36:42 +03:00