Add missing restarts to hooks

This commit is contained in:
Liam Young 2014-06-07 05:02:19 +00:00
parent 228c687d93
commit 03f35297a6

View File

@ -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()