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