diff --git a/hooks/install.real b/hooks/install.real new file mode 120000 index 00000000..1fb10fd5 --- /dev/null +++ b/hooks/install.real @@ -0,0 +1 @@ +neutron_api_hooks.py \ No newline at end of file diff --git a/hooks/neutron_api_hooks.py b/hooks/neutron_api_hooks.py index b678ec09..422ef1cc 100755 --- a/hooks/neutron_api_hooks.py +++ b/hooks/neutron_api_hooks.py @@ -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'))