Fix race which causes neutron migrations not to be run

This commit is contained in:
Liam Young
2014-10-13 12:44:39 +00:00
parent 136ef97fe4
commit e26ddcfff0

View File

@@ -290,6 +290,7 @@ def neutron_api_relation_joined(rid=None):
@restart_on_change(restart_map())
def neutron_api_relation_changed():
CONFIGS.write(NEUTRON_CONF)
conditional_neutron_migration()
@hooks.hook('neutron-plugin-api-relation-joined')