diff options
Diffstat (limited to 'ci/bundle_tpl/neutron-api.yaml')
-rw-r--r-- | ci/bundle_tpl/neutron-api.yaml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/ci/bundle_tpl/neutron-api.yaml b/ci/bundle_tpl/neutron-api.yaml index 88990cb3..053b6ffa 100644 --- a/ci/bundle_tpl/neutron-api.yaml +++ b/ci/bundle_tpl/neutron-api.yaml @@ -15,6 +15,9 @@ {% if os.ha.mode == 'ha' %} vip: {{ opnfv.vip.neutron }} {% endif %} +{% if os.beta.public_api %} + os-public-hostname: api.{{ opnfv.domain }} +{% endif %} to: {% for unit_id in to_select() %} - "lxc:nodes={{ unit_id }}" |