Removed local modification in incubator code
Now that 'rpc' module is removed from the tree, we're safe to restore the original code here. blueprint oslo-messaging Change-Id: I10ee03a3e2b06cdc25bd071f3cefa06966c6ebf3
This commit is contained in:
parent
da72b2646d
commit
5a99d489ff
@ -45,9 +45,7 @@ from neutron.openstack.common import systemd
|
|||||||
from neutron.openstack.common import threadgroup
|
from neutron.openstack.common import threadgroup
|
||||||
|
|
||||||
|
|
||||||
#rpc = importutils.try_import('neutron.openstack.common.rpc')
|
rpc = importutils.try_import('neutron.openstack.common.rpc')
|
||||||
# TODO(ihrachys): restore once oslo-rpc code is removed from the tree
|
|
||||||
rpc = None
|
|
||||||
CONF = cfg.CONF
|
CONF = cfg.CONF
|
||||||
LOG = logging.getLogger(__name__)
|
LOG = logging.getLogger(__name__)
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user