Enable leader-settings-changed
This commit is contained in:
parent
0d58f31ea7
commit
884edfe8e5
1
hooks/leader-settings-changed
Symbolic link
1
hooks/leader-settings-changed
Symbolic link
@ -0,0 +1 @@
|
|||||||
|
nova_cc_hooks.py
|
@ -611,7 +611,8 @@ def cluster_joined(relation_id=None):
|
|||||||
|
|
||||||
|
|
||||||
@hooks.hook('cluster-relation-changed',
|
@hooks.hook('cluster-relation-changed',
|
||||||
'cluster-relation-departed')
|
'cluster-relation-departed',
|
||||||
|
'leader-settings-changed')
|
||||||
@service_guard(guard_map(), CONFIGS,
|
@service_guard(guard_map(), CONFIGS,
|
||||||
active=config('service-guard'))
|
active=config('service-guard'))
|
||||||
@restart_on_change(restart_map(), stopstart=True)
|
@restart_on_change(restart_map(), stopstart=True)
|
||||||
|
Loading…
Reference in New Issue
Block a user