Increase the Mistral RPC timeout

Some actions can take more than 60 seconds. If they are executed
directly this results in a messaging timeout. We are doubling the
default to be safe.

Change-Id: Idb315912152ff7e30fa8750698e9bad59da88fce
Related-Bug: #1719333
This commit is contained in:
Dan Prince 2017-11-01 09:18:02 -04:00
parent d6a2160b82
commit 838c835bad

View File

@ -101,6 +101,7 @@ outputs:
- service_debug_unset
- {get_param: Debug }
- {get_param: MistralDebug }
mistral::rpc_response_timeout: 120
mistral::keystone::authtoken::project_name: 'service'
mistral::keystone::authtoken::user_domain_name: 'Default'
mistral::keystone::authtoken::project_domain_name: 'Default'