2
charm: "local:{{ ubuntu.release }}/cinder"
3
num_units: {{ unit_qty() }}
5
{% if os.beta.public_api %}
6
os-public-hostname: api.{{ opnfv.domain }}
10
{% if os.ha.mode == 'ha' %}
11
vip: {{ opnfv.vip.cinder }}
14
{% for unit_id in to_select() %}
15
- "lxc:nodes={{ unit_id }}"