summaryrefslogtreecommitdiff
path: root/glance_store/tests/unit/test_multistore_cinder.py
diff options
context:
space:
mode:
Diffstat (limited to 'glance_store/tests/unit/test_multistore_cinder.py')
-rw-r--r--glance_store/tests/unit/test_multistore_cinder.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/glance_store/tests/unit/test_multistore_cinder.py b/glance_store/tests/unit/test_multistore_cinder.py
index 12ae713..4b546da 100644
--- a/glance_store/tests/unit/test_multistore_cinder.py
+++ b/glance_store/tests/unit/test_multistore_cinder.py
@@ -168,6 +168,7 @@ class TestMultiCinderStore(base.MultiStoreBaseTest,
def _test_open_cinder_volume(self, open_mode, attach_mode, error,
multipath_supported=False,
enforce_multipath=False):
+ self.config(cinder_mount_point_base=None, group='cinder1')
fake_volume = mock.MagicMock(id=str(uuid.uuid4()), status='available')
fake_volumes = FakeObject(get=lambda id: fake_volume,
detach=mock.Mock())