modfied heat to use defined encruption key as know issue in heat.
[joid.git] / ci / config_tpl / juju2 / bundle_tpl / heat.yaml
1     heat:
2       charm: "./{{ ubuntu.release }}/heat"
3       num_units: {{ unit_qty() }}
4 {% if os.service.bindings %}
5       bindings:
6         "": *oam-space
7         public: *public-space
8         admin: *admin-space
9         internal: *internal-space
10         shared-db: *internal-space
11 {% endif %}
12       options:
13         openstack-origin: *openstack-origin
14         region: *openstack-region
15         encryption-key: C4PmHbY3gbBT38wh
16 {% if os.network.ipv6 %}
17         prefer-ipv6: {{ os.network.ipv6 }}
18 {% endif %}
19         worker-multiplier: *worker-multiplier
20 {% if os.ha.mode == 'ha' %}
21         vip: {{ opnfv.vip.heat }}
22 {% endif %}
23       to:
24 {% for unit_id in to_select() %}
25         - "lxd:nodes/{{ unit_id }}"
26 {% endfor %}
27 {# Empty block to avoid bad block trim #}