summaryrefslogtreecommitdiffstats
path: root/ci/bundle_tpl/openstack-dashboard.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'ci/bundle_tpl/openstack-dashboard.yaml')
-rw-r--r--ci/bundle_tpl/openstack-dashboard.yaml16
1 files changed, 0 insertions, 16 deletions
diff --git a/ci/bundle_tpl/openstack-dashboard.yaml b/ci/bundle_tpl/openstack-dashboard.yaml
deleted file mode 100644
index 83408dcd..00000000
--- a/ci/bundle_tpl/openstack-dashboard.yaml
+++ /dev/null
@@ -1,16 +0,0 @@
- openstack-dashboard:
- charm: "local:{{ ubuntu.release }}/openstack-dashboard"
- num_units: {{ unit_qty() }}
- options:
- secret: admin
- webroot: /
-{% if os.ha.mode == 'ha' %}
- vip: {{ opnfv.vip.dashboard }}
-{% endif %}
-{% if os.beta.public_api %}
- endpoint-type: internalURL
-{% endif %}
- to:
-{% for unit_id in to_select() %}
- - "lxc:nodes={{ unit_id }}"
-{% endfor %}