Fix Cinder CSI bugs (#5492)

This commit is contained in:
Ali Sanhaji
2020-02-17 10:49:28 +01:00
committed by GitHub
parent 57b0b6a9b1
commit d56e9f6b80
4 changed files with 15 additions and 16 deletions

View File

@@ -3,9 +3,7 @@ auth-url="{{ cinder_auth_url }}"
username="{{ cinder_username }}"
password="{{ cinder_password }}"
region="{{ cinder_region }}"
{% if cinder_trust_id is defined and cinder_trust_id != "" %}
trust-id="{{ cinder_trust_id }}"
{% else %}
{% if cinder_tenant_id is defined and cinder_tenant_id != "" %}
tenant-id="{{ cinder_tenant_id }}"
{% endif %}
{% if cinder_tenant_name is defined and cinder_tenant_name != "" %}