charm-nova-cloud-controller/templates/parts/section-cinder
Vladimir Grevtsev ab6398463a Adding support for cross_az_attach config option.
Allow attach between instance and volume in different
availability zones. If False, volumes attached to an
instance must be in the same availability zone
in Cinder as the instance availability zone in Nova.

Change-Id: I21df8e0dfa585133c5ef6a55cdbbc2071c267424
Closes-Bug: #1856776
2020-03-09 14:41:00 +03:00

11 lines
263 B
Plaintext

{% if volume_service and volume_service == 'cinder' -%}
[cinder]
{% if use_internal_endpoints -%}
catalog_info = {{ volume_catalog_info }}
{% endif %}
{% if region -%}
os_region_name = {{ region }}
{% endif %}
cross_az_attach = {{ cross_az_attach }}
{% endif -%}