diff --git a/hooks/neutron_api_hooks.py b/hooks/neutron_api_hooks.py index 1e19aeb6..c6d87858 100755 --- a/hooks/neutron_api_hooks.py +++ b/hooks/neutron_api_hooks.py @@ -782,6 +782,10 @@ def certs_joined(relation_id=None): def certs_changed(relation_id=None, unit=None): process_certificates('neutron', relation_id, unit) configure_https() + # If endpoint has switched to https, need to tell + # nova-cc + for r_id in relation_ids('neutron-api'): + neutron_api_relation_joined(rid=r_id) @hooks.hook('pre-series-upgrade')