diff options
| author | Eric Day <eday@oddments.org> | 2010-08-30 06:23:17 +0000 |
|---|---|---|
| committer | Tarmac <> | 2010-08-30 06:23:17 +0000 |
| commit | 5f14a7955b9ef90afed91bda0343130d83e15a73 (patch) | |
| tree | 9b23311ba976cf05e8fcef635bf0872ed4ce92d1 /nova/tests | |
| parent | 75eaa1b8f871753b9bd61c2ccd93efd813d651f9 (diff) | |
| parent | 47e98cdae2a6233cb475c34207758a29c0ef7a4c (diff) | |
Dead code removal.
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() |
