hooks/glance_contexts.py: Call is_relation_made() helper with correct parameters.

This commit is contained in:
Adam Gandelman 2013-11-06 13:23:44 -08:00
parent 4fe28efa1d
commit 054fc8b0df
2 changed files with 2 additions and 2 deletions

View File

@ -26,7 +26,7 @@ class CephGlanceContext(OSContextGenerator):
the presence of a ceph relation.
"""
if not is_relation_made(relation="ceph",
key="key"):
keys="key"):
return {}
service = service_name()
return {

View File

@ -1 +1 @@
146
147