Use rpc from openstack-common.

Final patch for blueprint common-rpc.

This patch removes nova.rpc in favor of the copy in openstack-common.

Change-Id: I9c2f6bdbe8cd0c44417f75284131dbf3c126d1dd
This commit is contained in:
Russell Bryant
2012-06-13 10:48:54 -04:00
parent 44200a9e2a
commit 513033d36f
34 changed files with 17 additions and 5529 deletions

View File

@@ -35,8 +35,8 @@ if os.path.exists(os.path.join(POSSIBLE_TOPDIR, 'nova', '__init__.py')):
from nova import exception
from nova.openstack.common import cfg
from nova import rpc
from nova.rpc import impl_zmq
from nova.openstack.common import rpc
from nova.openstack.common.rpc import impl_zmq
from nova import utils
CONF = cfg.CONF