modified to remove dns for K8 relationship.
[joid.git] / ci / config_tpl / bundle_tpl / openstack-dashboard.yaml
index 83408dc..43d8ef2 100644 (file)
@@ -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 %}