Register config-changed properly.

This commit is contained in:
Adam Gandelman 2013-08-12 10:50:39 -07:00
parent 42ae81bca5
commit d651b3904b
2 changed files with 2 additions and 2 deletions

View File

@ -70,7 +70,7 @@ def install():
[open_port(port) for port in determine_ports()]
@hooks.hook()
@hooks.hook('config-changed')
@restart_on_change(restart_map())
def config_changed():
if openstack_upgrade_available('nova-common'):

View File

@ -1 +1 @@
269
271