Merge "Fix heat ec2 keystone auth"
This commit is contained in:
commit
2065e4d059
@ -76,9 +76,9 @@ password = {{ heat_keystone_password }}
|
||||
|
||||
[ec2authtoken]
|
||||
{% if orchestration_engine == 'KUBERNETES' %}
|
||||
auth_uri = {{ keystone_internal_url }}
|
||||
auth_uri = {{ keystone_internal_url }}/v3
|
||||
{% else %}
|
||||
auth_uri = {{ internal_protocol }}://{{ kolla_internal_fqdn }}:{{ keystone_public_port }}
|
||||
auth_uri = {{ internal_protocol }}://{{ kolla_internal_fqdn }}:{{ keystone_public_port }}/v3
|
||||
{% endif %}
|
||||
|
||||
[clients_keystone]
|
||||
|
Loading…
x
Reference in New Issue
Block a user