2 charm: "./{{ ubuntu.release }}/heat"
3 num_units: {{ unit_qty() }}
4 {% if os.service.bindings %}
9 internal: *internal-space
10 shared-db: *internal-space
13 openstack-origin: *openstack-origin
14 region: *openstack-region
15 {% if os.network.ipv6 %}
16 prefer-ipv6: {{ os.network.ipv6 }}
18 worker-multiplier: *worker-multiplier
19 {% if os.ha.mode == 'ha' %}
20 vip: {{ opnfv.vip.heat }}
23 {% for unit_id in to_select() %}
24 - "lxd:nodes/{{ unit_id }}"
26 {# Empty block to avoid bad block trim #}