mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2026-03-09 19:58:07 +03:00
Fix Cinder CSI bugs (#5492)
This commit is contained in:
@@ -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 != "" %}
|
||||
|
||||
Reference in New Issue
Block a user