Add missing restarts to hooks
This commit is contained in:
parent
228c687d93
commit
03f35297a6
@ -34,10 +34,12 @@ def install():
|
||||
apt_update()
|
||||
apt_install(determine_packages(), fatal=True)
|
||||
|
||||
@restart_on_change(restart_map())
|
||||
@hooks.hook('config-changed')
|
||||
def config_changed():
|
||||
CONFIGS.write_all()
|
||||
|
||||
@restart_on_change(restart_map())
|
||||
@hooks.hook('neutron-plugin-relation-changed')
|
||||
def neutron_plugin_relation_changed():
|
||||
CONFIGS.write_all()
|
||||
|
Loading…
x
Reference in New Issue
Block a user