summaryrefslogtreecommitdiff
path: root/glance_store/driver.py
diff options
context:
space:
mode:
Diffstat (limited to 'glance_store/driver.py')
-rw-r--r--glance_store/driver.py5
1 files changed, 5 insertions, 0 deletions
diff --git a/glance_store/driver.py b/glance_store/driver.py
index 0881a47..b11012a 100644
--- a/glance_store/driver.py
+++ b/glance_store/driver.py
@@ -61,6 +61,7 @@ class Store(capabilities.StoreCapability):
self.conf = conf
self.backend_group = backend
self.store_location_class = None
+ self._url_prefix = None
try:
if self.OPTIONS is not None:
@@ -75,6 +76,10 @@ class Store(capabilities.StoreCapability):
except cfg.DuplicateOptError:
pass
+ @property
+ def url_prefix(self):
+ return self._url_prefix
+
def configure(self, re_raise_bsc=False):
"""
Configure the store to use the stored configuration options