JOID: move os-public-hostname from overrides to endpoints config
[joid.git] / ci / bundle_tpl / nova-cloud-controller.yaml
index 1dfc47e..bdf1090 100644 (file)
@@ -11,6 +11,9 @@
         network-manager: Neutron
 {% if os.ha.mode == 'ha' %}
         vip: {{ opnfv.vip.nova }}
+{% endif %}
+{% if os.beta.public_api %}
+        os-public-hostname: api.{{ opnfv.domain }}
 {% endif %}
       to:
 {% for unit_id in to_select() %}