f4fcbf00aba581447af0abdb042aae795bb200d5
[joid.git] / ci / bundle_tpl / glance.yaml
1     glance:
2       charm: "local:{{ ubuntu.release }}/glance"
3       num_units: {{ unit_qty() }}
4       options:
5 {% if os.ha.mode == 'ha' %}
6         vip: {{ opnfv.vip.glance }}
7 {% endif %}
8       to:
9 {% for unit_id in to_select() %}
10         - "lxc:nodes={{ unit_id }}"
11 {% endfor %}