Point heat.conf[clients_keystone/auth_uri] to the public endpoint.

It used to have the internal one which makes it impossible for clients
in an instance to auth against the heat server.  For instance using
os-collect-config inside a vm against the heat-server of
the (over)cloud.

Seen on RDO cloud using Traas.

Depends-On: I4429d86d831f49f1bc0fef04379a81ada20b6ab6

Change-Id: Ib1cb8a5da886e3f7afd88f8dc9d63f0847f677bd
This commit is contained in:
Sofer Athlan-Guyot 2018-01-10 18:35:06 +01:00 committed by Sergii Golovatiuk
parent dde06c7cbd
commit 7ee9f00840
1 changed files with 1 additions and 0 deletions

View File

@ -156,6 +156,7 @@ outputs:
heat::keystone::authtoken::auth_uri: {get_param: [EndpointMap, KeystoneInternal, uri_no_suffix] }
heat::keystone::authtoken::auth_url: {get_param: [EndpointMap, KeystoneInternal, uri_no_suffix] }
heat::keystone::authtoken::password: {get_param: HeatPassword}
heat::heat_keystone_clients_url: {get_param: [EndpointMap, KeystonePublic, uri_no_suffix] }
heat::keystone::domain::domain_name: 'heat_stack'
heat::keystone::domain::domain_admin: 'heat_stack_domain_admin'
heat::keystone::domain::domain_admin_email: 'heat_stack_domain_admin@localhost'