diff options
| author | Eric Day <eday@oddments.org> | 2010-08-18 18:25:16 -0700 |
|---|---|---|
| committer | Eric Day <eday@oddments.org> | 2010-08-18 18:25:16 -0700 |
| commit | 47e98cdae2a6233cb475c34207758a29c0ef7a4c (patch) | |
| tree | 82e83fb3d52735d9bc5e135212e0c92e670d0eec /nova/tests | |
| parent | 663667cdcf1bd16be33dc9b993123b7fc566caed (diff) | |
Removed old cloud_topic queue setup, it is no longer used.
Diffstat (limited to 'nova/tests')
| -rw-r--r-- | nova/tests/cloud_unittest.py | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/nova/tests/cloud_unittest.py b/nova/tests/cloud_unittest.py index 3501771cc..900ff5a97 100644 --- a/nova/tests/cloud_unittest.py +++ b/nova/tests/cloud_unittest.py @@ -47,10 +47,6 @@ class CloudTestCase(test.BaseTestCase): # set up our cloud self.cloud = cloud.CloudController() - self.cloud_consumer = rpc.AdapterConsumer(connection=self.conn, - topic=FLAGS.cloud_topic, - proxy=self.cloud) - self.injected.append(self.cloud_consumer.attach_to_tornado(self.ioloop)) # set up a service self.compute = service.ComputeService() |
