fetch the correct ceilometer.
[joid.git] / ci / config_tpl / bundle_tpl / glance.yaml
1     glance:
2       charm: "local:{{ ubuntu.release }}/glance"
3       num_units: {{ unit_qty() }}
4       options:
5         openstack-origin: "cloud:{{ ubuntu.release }}-{{ os.release }}"
6         region: {{ os.region }}
7 {% if opnfv.storage_dict.ceph is defined %}
8         ceph-osd-replication-count: {{ unit_ceph_qty() }}
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.glance }}
15 {% endif %}
16 {% if os.beta.public_api %}
17         os-public-hostname: api.{{ opnfv.domain }}
18 {% endif %}
19       to:
20 {% for unit_id in to_select() %}
21         - "lxc:nodes={{ unit_id }}"
22 {% endfor %}