Merge "Add 'nova-designate-relation-broken' hook"

This commit is contained in:
Zuul 2018-05-09 12:59:15 +00:00 committed by Gerrit Code Review
commit 1e919bcef4
1 changed files with 2 additions and 1 deletions

View File

@ -488,7 +488,8 @@ def lxc_changed():
CONFIGS.write(NOVA_CONF)
@hooks.hook('nova-designate-relation-changed')
@hooks.hook('nova-designate-relation-changed',
'nova-designate-relation-broken')
@restart_on_change(restart_map())
def designate_changed():
CONFIGS.write(NOVA_CONF)