charm-nova-compute/templates/parts/section-cinder

10 lines
223 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 %}
{% endif -%}