Enable reathentification in Heat by default

Heat support reathentification for long running operations, but it's
disabled by default. This patch enables it in Heat, so now it's possible
to use Heat without extra change on scale.

Change-Id: Ic9999cbde65206602592532fe5581872b29dc98c
Closes-Bug: #1657154
This commit is contained in:
Sergey Kraynev 2017-01-17 12:22:57 +00:00
parent aa96cf1285
commit 95a4c1c2d0
1 changed files with 1 additions and 0 deletions

View File

@ -11,6 +11,7 @@ stack_domain_admin_password = {{ heat.domain.password }}
stack_user_domain_name = {{ heat.domain.name }}
heat_waitcondition_server_url = {{ address('heat-api-cfn', heat.api_cfn_port, external=True, with_scheme=True) }}/v1/waitcondition
heat_metadata_server_url = {{ address('heat-api-cfn', heat.api_cfn_port, external=True, with_scheme=True) }}
reauthentication_auth_method = trusts
[clients]