fix auth port in kilo/heat.conf for identity_uri

This commit is contained in:
Ryan Beisner 2015-04-22 16:34:01 +00:00
parent 1e29ecfb3e
commit 7a4217933c
1 changed files with 1 additions and 1 deletions

View File

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