neutron/neutron/services
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
..
firewall Monkey patch threading module as early as possible 2014-06-09 16:42:47 +02:00
l3_router Introduce status for floating IPs 2014-03-01 14:39:59 -08:00
loadbalancer Monkey patch threading module as early as possible 2014-06-09 16:42:47 +02:00
metering Monkey patch threading module as early as possible 2014-06-09 16:42:47 +02:00
vpn Added RpcProxy class 2014-06-09 16:42:47 +02:00
__init__.py Rename Quantum to Neutron 2013-07-06 15:02:43 -04:00
provider_configuration.py Fix usage of _fields method in provider_configuration.py 2013-09-23 08:07:16 +04:00
service_base.py Don't print duplicate messages on SystemExit 2014-04-30 10:29:01 -07:00