Enable leader-settings-changed

This commit is contained in:
James Page 2015-03-13 11:51:30 +00:00
parent 0d58f31ea7
commit 884edfe8e5
2 changed files with 3 additions and 1 deletions

View File

@ -0,0 +1 @@
nova_cc_hooks.py

View File

@ -611,7 +611,8 @@ def cluster_joined(relation_id=None):
@hooks.hook('cluster-relation-changed',
'cluster-relation-departed')
'cluster-relation-departed',
'leader-settings-changed')
@service_guard(guard_map(), CONFIGS,
active=config('service-guard'))
@restart_on_change(restart_map(), stopstart=True)