Fix heat ec2 keystone auth
Heat-api-cfn need to point to keystone v3 version. Otherwise heat fail while authenticating for scaling policies. ``AWS authentication failure.`` Change-Id: I1950cd7359d8ad589feced870de76f02ef2c8a76 Closes-Bug: #1672431
This commit is contained in:
parent
b6d370ca43
commit
de31cdc77b
@ -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