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

Merge "Fix heat ec2 keystone auth"

parents 77041db6 de31cdc7
No related branches found
No related tags found
No related merge requests found
...@@ -76,9 +76,9 @@ password = {{ heat_keystone_password }} ...@@ -76,9 +76,9 @@ password = {{ heat_keystone_password }}
[ec2authtoken] [ec2authtoken]
{% if orchestration_engine == 'KUBERNETES' %} {% if orchestration_engine == 'KUBERNETES' %}
auth_uri = {{ keystone_internal_url }} auth_uri = {{ keystone_internal_url }}/v3
{% else %} {% else %}
auth_uri = {{ internal_protocol }}://{{ kolla_internal_fqdn }}:{{ keystone_public_port }} auth_uri = {{ internal_protocol }}://{{ kolla_internal_fqdn }}:{{ keystone_public_port }}/v3
{% endif %} {% endif %}
[clients_keystone] [clients_keystone]
......
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