cmodfiied to add juju 2.0 support.
[joid.git] / ci / config_tpl / juju2 / bundle_tpl / heat.yaml
1     heat:
2       charm: "./{{ ubuntu.release }}/heat"
3       num_units: 1
4       options:
5         openstack-origin: "cloud:{{ ubuntu.release }}-{{ os.release }}"
6         region: {{ os.region }}
7 {% if os.network.ipv6 %}
8         prefer-ipv6: {{ os.network.ipv6 }}
9 {% endif %}
10 {% if os.api.worker_multiplier %}
11         worker-multiplier: {{ os.api.worker_multiplier }}
12 {% endif %}
13 {% if os.ha.mode == 'ha' %}
14 #        vip: {{ opnfv.vip.heat }}
15 {% endif %}
16 {% if os.beta.public_api %}
17 #        os-public-hostname: api.{{ opnfv.domain }}
18 {% endif %}
19       to:
20         - "lxd:nodes/0"
21 {# Empty block to avoid bad block trim #}