diff options
| author | Vishvananda Ishaya <vishvananda@gmail.com> | 2010-06-23 23:28:32 -0700 |
|---|---|---|
| committer | Vishvananda Ishaya <vishvananda@gmail.com> | 2010-06-23 23:28:32 -0700 |
| commit | 884ed0c43130a49ce8f230833ff5d9dd830d4a8a (patch) | |
| tree | 6b5984fce8f175a0dda018bc516d782bc3718b70 | |
| parent | 4ba6802ae5d6fb4e0d8ed7bbbaf2cca94a6d1118 (diff) | |
removed extraneous reference to rpc in objectstore unit test
| -rw-r--r-- | nova/tests/objectstore_unittest.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/nova/tests/objectstore_unittest.py b/nova/tests/objectstore_unittest.py index 89c1d59c5..cee567c8b 100644 --- a/nova/tests/objectstore_unittest.py +++ b/nova/tests/objectstore_unittest.py @@ -28,7 +28,6 @@ import tempfile from nova import vendor from nova import flags -from nova import rpc from nova import objectstore from nova import test from nova.auth import users @@ -57,7 +56,6 @@ class ObjectStoreTestCase(test.BaseTestCase): buckets_path=os.path.join(oss_tempdir, 'buckets'), images_path=os.path.join(oss_tempdir, 'images'), ca_path=os.path.join(os.path.dirname(__file__), 'CA')) - self.conn = rpc.Connection.instance() logging.getLogger().setLevel(logging.DEBUG) self.um = users.UserManager.instance() |
