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