Set rpc_response_timeout to 600 for heat

This patch add rpc_response_timeout=600 to heat.conf to configure it to
use Heat on scale like it was used in Fuel.

Closes-Bug: #1653088

Change-Id: I6c7e40aadf8bb8ea162da7dbb7bff20d59aee407
This commit is contained in:
Sergey Kraynev 2017-01-10 11:20:19 +00:00
parent 062253e0dd
commit aa96cf1285
1 changed files with 1 additions and 0 deletions

View File

@ -5,6 +5,7 @@ use_stderr = True
use_forwarded_for = True
region_name_for_services = RegionOne
rpc_backend = rabbit
rpc_response_timeout=600
stack_domain_admin = {{ heat.domain.user }}
stack_domain_admin_password = {{ heat.domain.password }}
stack_user_domain_name = {{ heat.domain.name }}