to adjust the worker mutiplier for api service so that not too many
[joid.git] / ci / config_tpl / bundle_tpl / keystone.yaml
1     keystone:
2       charm: "local:{{ ubuntu.release }}/keystone"
3       num_units: {{ unit_qty() }}
4       options:
5         admin-password: {{ opnfv.admin_password | default(os.admin.password) }}
6         admin-token: {{ os.admin.name }}
7 {% if os.ha.mode == 'ha' %}
8         vip: {{ opnfv.vip.keystone }}
9 {% endif %}
10 {% if os.beta.public_api %}
11         os-public-hostname: api.{{ opnfv.domain }}
12 {% endif %}
13       to:
14 {% for unit_id in to_select() %}
15         - "lxc:nodes={{ unit_id }}"
16 {% endfor %}