openstack-dashboard: charm: "./{{ ubuntu.release }}/openstack-dashboard" num_units: {{ unit_qty() }} {% if os.service.bindings %} bindings: shared-db: internal-api {% if opnfv.spaces_dict.public is defined %} website: public-api {% else %} website: internal-api {% endif %} {% if os.ha.mode == 'ha' %} cluster: internal-api {% endif %} {% endif %} 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 %} {% if os.beta.public_api %} endpoint-type: internalURL {% endif %} to: {% for unit_id in to_select() %} - "lxd:nodes/{{ unit_id }}" {% endfor %}