diff options
Diffstat (limited to 'ci/config_tpl/bundle_tpl/openstack-dashboard.yaml')
-rw-r--r-- | ci/config_tpl/bundle_tpl/openstack-dashboard.yaml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/ci/config_tpl/bundle_tpl/openstack-dashboard.yaml b/ci/config_tpl/bundle_tpl/openstack-dashboard.yaml index db83d5bf..43d8ef26 100644 --- a/ci/config_tpl/bundle_tpl/openstack-dashboard.yaml +++ b/ci/config_tpl/bundle_tpl/openstack-dashboard.yaml @@ -5,6 +5,9 @@ openstack-origin: "cloud:{{ ubuntu.release }}-{{ os.release }}" secret: admin webroot: / +{% if os.network.ipv6 %} + prefer-ipv6: {{ os.network.ipv6 }} +{% endif %} {% if os.ha.mode == 'ha' %} vip: {{ opnfv.vip.dashboard }} {% endif %} |