Skip to content
Snippets Groups Projects
Commit 9b7ded1a authored by Jenkins's avatar Jenkins Committed by Gerrit Code Review
Browse files

Merge "Use option auth_type in group trustee in heat configuration"

parents 27b0c907 1b519cc3
No related branches found
No related tags found
No related merge requests found
......@@ -65,7 +65,7 @@ auth_url = {{ keystone_admin_url }}
auth_uri = {{ internal_protocol }}://{{ kolla_internal_fqdn }}:{{ keystone_public_port }}
auth_url = {{ admin_protocol }}://{{ kolla_internal_fqdn }}:{{ keystone_admin_port }}
{% endif %}
auth_plugin = password
auth_type = password
user_domain_id = default
username = {{ heat_keystone_user }}
password = {{ heat_keystone_password }}
......
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