Integration with oslo.messaging library

Port Trove to use oslo messaging library instead of obsolete messaging
code from oslo incubator.

Change-Id: Ibd886f3cb4a45250c7c434b3af711abee266671c
Implements: blueprint rpc-versioning
This commit is contained in:
Sergey Gotliv
2014-09-07 11:45:23 +03:00
parent 3e56c2177b
commit ea148d7dfe
66 changed files with 862 additions and 6733 deletions

View File

@@ -38,6 +38,7 @@ CONF = cfg.CONF
class ClusterTest(TestCase):
def setUp(self):
super(ClusterTest, self).setUp()
task_api.API.get_client = Mock()
self.cluster_id = str(uuid.uuid4())
self.cluster_name = "Cluster" + self.cluster_id
self.tenant_id = "23423432"