Skip to content
Snippets Groups Projects
Unverified Commit ac846667 authored by Hugo Blom's avatar Hugo Blom Committed by GitHub
Browse files

Check if openstack application credentials are empty since they always exists (#8021)

parent 33146b94
No related branches found
No related tags found
No related merge requests found
[Global] [Global]
auth-url="{{ external_openstack_auth_url }}" 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 }}" username="{{ external_openstack_username }}"
password="{{ external_openstack_password }}" password="{{ external_openstack_password }}"
{% endif %} {% endif %}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment