mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2026-03-09 11:47:47 +03:00
Fix Cinder CSI bugs (#5492)
This commit is contained in:
@@ -21,14 +21,14 @@
|
||||
|
||||
- name: Cinder CSI Driver | check cinder_tenant_id value
|
||||
fail:
|
||||
msg: "one of cinder_tenant_id or cinder_trust_id must be specified"
|
||||
msg: "one of cinder_tenant_id or cinder_tenant_name must be specified"
|
||||
when:
|
||||
- cinder_tenant_id is not defined or not cinder_tenant_id
|
||||
- cinder_trust_id is not defined
|
||||
- cinder_tenant_name is not defined
|
||||
|
||||
- name: Cinder CSI Driver | check cinder_trust_id value
|
||||
- name: Cinder CSI Driver | check cinder_tenant_name value
|
||||
fail:
|
||||
msg: "one of cinder_tenant_id or cinder_trust_id must be specified"
|
||||
msg: "one of cinder_tenant_id or cinder_tenant_name must be specified"
|
||||
when:
|
||||
- cinder_trust_id is not defined or not cinder_trust_id
|
||||
- cinder_tenant_name is not defined or not cinder_tenant_name
|
||||
- cinder_tenant_id is not defined
|
||||
|
||||
Reference in New Issue
Block a user