mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2026-01-11 18:09:59 -03:30
Co-authored-by: Hugo Blom <bl0m1@users.noreply.github.com>
This commit is contained in:
parent
9fafe9849b
commit
45018ac077
@ -1,6 +1,6 @@
|
||||
[Global]
|
||||
auth-url="{{ external_openstack_auth_url }}"
|
||||
{% if external_openstack_application_credential_id is not defined and external_openstack_application_credential_name is not defined %}
|
||||
{% if external_openstack_application_credential_id == "" and external_openstack_application_credential_name == "" %}
|
||||
username="{{ external_openstack_username }}"
|
||||
password="{{ external_openstack_password }}"
|
||||
{% endif %}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user