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
2628ad39f3
commit
30456a181b
@ -45,9 +45,7 @@ from neutron.openstack.common import systemd
|
||||
from neutron.openstack.common import threadgroup
|
||||
|
||||
|
||||
#rpc = importutils.try_import('neutron.openstack.common.rpc')
|
||||
# TODO(ihrachys): restore once oslo-rpc code is removed from the tree
|
||||
rpc = None
|
||||
rpc = importutils.try_import('neutron.openstack.common.rpc')
|
||||
CONF = cfg.CONF
|
||||
LOG = logging.getLogger(__name__)
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user