Merge "Add configurable endpoint type for heatclient"

This commit is contained in:
Jenkins 2016-12-28 11:20:35 +00:00 committed by Gerrit Code Review
commit 062253e0dd
2 changed files with 5 additions and 0 deletions

View File

@ -20,6 +20,8 @@ configs:
# it is strongly recommended don't change this value # it is strongly recommended don't change this value
user: heat_domain_admin user: heat_domain_admin
heat_endpoint_type: internalURL
debug: false debug: false
sources: sources:

View File

@ -47,6 +47,9 @@ auth_type = password
[clients_keystone] [clients_keystone]
auth_uri = {{ address('keystone', keystone.public_port, with_scheme=True) }} auth_uri = {{ address('keystone', keystone.public_port, with_scheme=True) }}
[clients_heat]
endpoint_type = {{ heat.heat_endpoint_type }}
[heat_api] [heat_api]
bind_host = {{ network_topology["private"]["address"] }} bind_host = {{ network_topology["private"]["address"] }}
bind_port = {{ heat.api_port.cont }} bind_port = {{ heat.api_port.cont }}