2 charm: "./{{ ubuntu.release }}/heat"
4 {% if os.service.bindings %}
7 {% if opnfv.spaces_dict.data is defined %}
12 {% if opnfv.spaces_dict.public is defined %}
19 openstack-origin: "cloud:{{ ubuntu.release }}-{{ os.release }}"
20 region: {{ os.region }}
21 {% if os.network.ipv6 %}
22 prefer-ipv6: {{ os.network.ipv6 }}
24 {% if os.api.worker_multiplier %}
25 worker-multiplier: {{ os.api.worker_multiplier }}
27 {% if os.ha.mode == 'ha' %}
28 # vip: {{ opnfv.vip.heat }}
30 {% if os.beta.public_api %}
31 # os-public-hostname: api.{{ opnfv.domain }}
35 {# Empty block to avoid bad block trim #}