summaryrefslogtreecommitdiffstats
path: root/nova/tests
diff options
context:
space:
mode:
authorEric Day <eday@oddments.org>2010-08-30 06:23:17 +0000
committerTarmac <>2010-08-30 06:23:17 +0000
commit5f14a7955b9ef90afed91bda0343130d83e15a73 (patch)
tree9b23311ba976cf05e8fcef635bf0872ed4ce92d1 /nova/tests
parent75eaa1b8f871753b9bd61c2ccd93efd813d651f9 (diff)
parent47e98cdae2a6233cb475c34207758a29c0ef7a4c (diff)
Dead code removal.
Diffstat (limited to 'nova/tests')
-rw-r--r--nova/tests/cloud_unittest.py4
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()