mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2025-12-14 22:04:43 +03:00
Fix openstack tenant id variable name (#1932)
This commit is contained in:
committed by
Matthew Mosesohn
parent
ef87a8a1f0
commit
33adb334cd
@@ -19,7 +19,7 @@
|
|||||||
msg: "openstack_region is missing"
|
msg: "openstack_region is missing"
|
||||||
when: openstack_region is not defined or openstack_region == ""
|
when: openstack_region is not defined or openstack_region == ""
|
||||||
|
|
||||||
- name: check tenant_id value
|
- name: check openstack_tenant_id value
|
||||||
fail:
|
fail:
|
||||||
msg: "tenant_id is missing"
|
msg: "openstack_tenant_id is missing"
|
||||||
when: openstack_tenant_id is not defined or openstack_tenant_id == ""
|
when: openstack_tenant_id is not defined or openstack_tenant_id == ""
|
||||||
|
|||||||
Reference in New Issue
Block a user