This commit is contained in:
Andres Rodriguez 2013-06-26 12:01:25 -04:00
parent 81083b6d90
commit 46540d7a86
1 changed files with 2 additions and 2 deletions

View File

@ -201,11 +201,11 @@ def ceph_joined():
def ceph_changed():
if 'ceph' not in CONFIGS.complete_contexts():
juju_log('ceph relation incomplete. Peer not ready?')
juju_log('ERROR', 'ceph relation incomplete. Peer not ready?')
return
if not ensure_ceph_keyring(service=SERVICE_NAME):
juju_log('Could not create ceph keyring: peer not ready?')
juju_log('ERROR', 'Could not create ceph keyring: peer not ready?')
return
CONFIGS.write('/etc/glance/glance-api.conf')