adding the formating correctly.
[joid.git] / ci / config_tpl / juju2 / bundle_tpl / glance.yaml
1     glance:
2       charm: "./{{ ubuntu.release }}/glance"
3       num_units: {{ unit_qty() }}
4 {% if os.service.bindings %}
5       constraints: *ceph-access-constr
6       bindings:
7         "": *oam-space
8         public: *public-space
9         admin: *admin-space
10         internal: *internal-space
11         shared-db: *internal-space
12 {% endif %}
13       options:
14         openstack-origin: *openstack-origin
15         worker-multiplier: *worker-multiplier
16         region: *openstack-region
17         use-internal-endpoints: True
18 {% if os.git_repo.origin_git %}
19         openstack-origin-git: "{{ os.git_repo.branch }}"
20 {% endif %}
21 {% if os.network.ipv6 %}
22         prefer-ipv6: {{ os.network.ipv6 }}
23 {% endif %}
24 {% if opnfv.storage_dict.ceph is defined %}
25         ceph-osd-replication-count: {{ unit_ceph_qty() }}
26 {% endif %}
27 {% if os.ha.mode == 'ha' %}
28         vip: {{ opnfv.vip.glance }}
29 {% endif %}
30 {% if os.beta.public_api %}
31         os-public-hostname: api.{{ opnfv.domain }}
32 {% endif %}
33       to:
34 {% for unit_id in to_select() %}
35         - "lxd:nodes/{{ unit_id }}"
36 {% endfor %}