heat: charm: "./{{ ubuntu.release }}/heat" num_units: {{ unit_qty() }} {% if os.service.bindings %} bindings: "": *oam-space public: *public-space admin: *admin-space internal: *internal-space shared-db: *internal-space {% endif %} options: openstack-origin: *openstack-origin region: *openstack-region encryption-key: C4PmHbY3gbBT38wh {% if os.network.ipv6 %} prefer-ipv6: {{ os.network.ipv6 }} {% endif %} worker-multiplier: *worker-multiplier {% if os.ha.mode == 'ha' %} vip: {{ opnfv.vip.heat }} {% endif %} to: {% for unit_id in to_select() %} - "lxd:nodes/{{ unit_id }}" {% endfor %} {# Empty block to avoid bad block trim #}