fix auth port in kilo/heat.conf for identity_uri
This commit is contained in:
parent
988f90b0e1
commit
1f374de233
@ -40,7 +40,7 @@ kombu_ssl_ca_certs = {{ rabbit_ssl_ca }}
|
||||
|
||||
{% if auth_host -%}
|
||||
[keystone_authtoken]
|
||||
identity_uri = {{ service_protocol }}://{{ service_host }}:{{ service_port }}
|
||||
identity_uri = {{ service_protocol }}://{{ service_host }}:{{ auth_port }}
|
||||
auth_uri = {{ service_protocol }}://{{ service_host }}:{{ service_port }}/v2.0
|
||||
auth_host = {{ auth_host }}
|
||||
auth_port = {{ auth_port }}
|
||||
|
Loading…
x
Reference in New Issue
Block a user