summaryrefslogtreecommitdiff
path: root/glance_store
diff options
context:
space:
mode:
Diffstat (limited to 'glance_store')
-rw-r--r--glance_store/backend.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/glance_store/backend.py b/glance_store/backend.py
index c7f7b57..916b3d7 100644
--- a/glance_store/backend.py
+++ b/glance_store/backend.py
@@ -183,7 +183,7 @@ def create_stores(conf=CONF):
for (store_entry, store_instance) in _load_stores(conf):
try:
schemes = store_instance.get_schemes()
- store_instance.configure(re_raise_bsc=True)
+ store_instance.configure(re_raise_bsc=False)
except NotImplementedError:
continue
if not schemes: