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:
Ihar Hrachyshka 2014-06-12 16:01:19 +02:00
parent da72b2646d
commit 5a99d489ff
1 changed files with 1 additions and 3 deletions

View File

@ -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__)