Merge "Fix heat ec2 keystone auth"
This commit is contained in:
commit
2065e4d059
@ -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]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user