Fixup install hook execution

This commit is contained in:
James Page 2015-09-22 14:00:18 +01:00
parent e00c8d1548
commit b20790625a
2 changed files with 2 additions and 1 deletions

1
hooks/install.real Symbolic link
View File

@ -0,0 +1 @@
neutron_api_hooks.py

View File

@ -142,7 +142,7 @@ def configure_https():
identity_joined(rid=rid)
@hooks.hook()
@hooks.hook('install.real')
def install():
execd_preinstall()
configure_installation_source(config('openstack-origin'))