neutron/neutron/services/loadbalancer/agent
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 LBaaS: move agent based driver files into a separate dir 2014-02-10 12:24:27 +04:00
agent.py Monkey patch threading module as early as possible 2014-06-09 16:42:47 +02:00
agent_api.py Added RpcProxy class 2014-06-09 16:42:47 +02:00
agent_device_driver.py LBaaS: small cleanup in agent device driver interface 2014-03-18 16:31:55 +04:00
agent_manager.py Sync periodic_task from oslo-incubator 2014-05-29 12:45:20 -07:00