X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=blobdiff_plain;ds=sidebyside;f=ci%2Fconfig_tpl%2Fbundle_tpl%2Fopenstack-dashboard.yaml;h=43d8ef269bb506bed4c5018c695a391a8f685bfd;hb=63d09f63cf10b9ab2e7c9bf936e5d7a686ff6c9a;hp=83408dcd4bde6484e4ec81dedc0b8e1d3c06f4f7;hpb=18ac5bcf2be8d8bdbfd5066ef25d57c3c36725e1;p=joid.git diff --git a/ci/config_tpl/bundle_tpl/openstack-dashboard.yaml b/ci/config_tpl/bundle_tpl/openstack-dashboard.yaml index 83408dcd..43d8ef26 100644 --- a/ci/config_tpl/bundle_tpl/openstack-dashboard.yaml +++ b/ci/config_tpl/bundle_tpl/openstack-dashboard.yaml @@ -2,8 +2,12 @@ charm: "local:{{ ubuntu.release }}/openstack-dashboard" num_units: {{ unit_qty() }} options: + 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 %}