blob: 175283ce1991306fe8d11533bb2ea3bef197a87f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
|
heat:
charm: "./{{ ubuntu.release }}/heat"
num_units: 1
{% 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
{% 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:
- "lxd:nodes/0"
{# Empty block to avoid bad block trim #}
|