Merge "Fix heat ec2 keystone auth"

This commit is contained in:
Jenkins 2017-06-04 15:03:12 +00:00 committed by Gerrit Code Review
commit 2065e4d059

View File

@ -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]