Merge "Expose mistral::rpc_response_timeout as Heat parameter" into stable/train

This commit is contained in:
Zuul 2021-04-23 05:40:28 +00:00 committed by Gerrit Code Review
commit bd102e2262
1 changed files with 5 additions and 1 deletions

View File

@ -49,6 +49,10 @@ parameters:
type: string type: string
default: 'noop' default: 'noop'
description: Driver or drivers to handle sending notifications. description: Driver or drivers to handle sending notifications.
MistralRpcResponseTimeout:
type: number
default: 120
description: Mistral RPC timeout
conditions: conditions:
service_debug_unset: {equals : [{get_param: MistralDebug}, '']} service_debug_unset: {equals : [{get_param: MistralDebug}, '']}
@ -75,7 +79,7 @@ outputs:
- service_debug_unset - service_debug_unset
- {get_param: Debug } - {get_param: Debug }
- {get_param: MistralDebug } - {get_param: MistralDebug }
mistral::rpc_response_timeout: 120 mistral::rpc_response_timeout: {get_param: MistralRpcResponseTimeout}
mistral::keystone::authtoken::project_name: 'service' mistral::keystone::authtoken::project_name: 'service'
mistral::keystone::authtoken::user_domain_name: 'Default' mistral::keystone::authtoken::user_domain_name: 'Default'
mistral::keystone::authtoken::project_domain_name: 'Default' mistral::keystone::authtoken::project_domain_name: 'Default'