vmware-nsx/neutron/api/rpc
Ihar Hrachyshka 3e6393de51 Don't instantiate RPC clients on import
In oslo.messaging port, we'll need to make sure no RPC clients or
servers or notifiers are created before RPC layer is initialized using
n_rpc.init(). This means that there should be no global objects that
create those objects on __init__.

There should also be no such class attributes because in that case
import will itself instantiate the object, probably before RPC layer is
ready.

blueprint oslo-messaging

Change-Id: Ia8a9fd39777c75e4253f5518c2de6be551cc365b
2014-06-17 21:56:24 +02:00
..
agentnotifiers Don't instantiate RPC clients on import 2014-06-17 21:56:24 +02:00
__init__.py Remove invalid copyright headers under API module 2014-04-02 11:09:03 -07:00