summaryrefslogtreecommitdiff
path: root/glance_store/_drivers/rbd.py
diff options
context:
space:
mode:
Diffstat (limited to 'glance_store/_drivers/rbd.py')
-rw-r--r--glance_store/_drivers/rbd.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/glance_store/_drivers/rbd.py b/glance_store/_drivers/rbd.py
index 0e3e487..98cb284 100644
--- a/glance_store/_drivers/rbd.py
+++ b/glance_store/_drivers/rbd.py
@@ -588,7 +588,7 @@ class Store(driver.Store):
# Add store backend information to location metadata
metadata = {}
if self.backend_group:
- metadata['store'] = u"%s" % self.backend_group
+ metadata['backend'] = u"%s" % self.backend_group
return (loc.get_uri(),
image_size,