neutron/neutron/plugins/vmware/api_client
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
..
__init__.py Finish off rebranding of the Nicira NVP plugin 2014-03-01 18:14:52 -08:00
base.py Fix H302 violations in plugins package 2014-05-04 12:40:05 +02:00
client.py Finish off rebranding of the Nicira NVP plugin 2014-03-01 18:14:52 -08:00
eventlet_client.py Monkey patch threading module as early as possible 2014-06-09 16:42:47 +02:00
eventlet_request.py NSX: Fix request_id in api_client to increment 2014-05-30 15:11:27 -07:00
exception.py NSX plugin: return 400 for invalid gw certificate 2014-03-24 01:46:29 -07:00
request.py NSX: bump http_timeout to 30 seconds 2014-06-02 17:45:11 +00:00
version.py Finish off rebranding of the Nicira NVP plugin 2014-03-01 18:14:52 -08:00