This commit is contained in:
Andres Rodriguez 2013-07-02 13:06:51 -04:00
parent 071e21053e
commit 1eb6f5be59
1 changed files with 1 additions and 1 deletions

View File

@ -40,7 +40,7 @@ class ObjectStoreContext(OSContextGenerator):
Used to generate template context to be added to glance-api.conf in
the presence of a 'object-store' relation.
"""
if not relantion_ids('object-store'):
if not relation_ids('object-store'):
return {}
return {
'swift_store': True,