removed extraneous reference to rpc in objectstore unit test
This commit is contained in:
@@ -28,7 +28,6 @@ import tempfile
|
|||||||
from nova import vendor
|
from nova import vendor
|
||||||
|
|
||||||
from nova import flags
|
from nova import flags
|
||||||
from nova import rpc
|
|
||||||
from nova import objectstore
|
from nova import objectstore
|
||||||
from nova import test
|
from nova import test
|
||||||
from nova.auth import users
|
from nova.auth import users
|
||||||
@@ -57,7 +56,6 @@ class ObjectStoreTestCase(test.BaseTestCase):
|
|||||||
buckets_path=os.path.join(oss_tempdir, 'buckets'),
|
buckets_path=os.path.join(oss_tempdir, 'buckets'),
|
||||||
images_path=os.path.join(oss_tempdir, 'images'),
|
images_path=os.path.join(oss_tempdir, 'images'),
|
||||||
ca_path=os.path.join(os.path.dirname(__file__), 'CA'))
|
ca_path=os.path.join(os.path.dirname(__file__), 'CA'))
|
||||||
self.conn = rpc.Connection.instance()
|
|
||||||
logging.getLogger().setLevel(logging.DEBUG)
|
logging.getLogger().setLevel(logging.DEBUG)
|
||||||
|
|
||||||
self.um = users.UserManager.instance()
|
self.um = users.UserManager.instance()
|
||||||
|
|||||||
Reference in New Issue
Block a user