Expose mistral::rpc_response_timeout as Heat parameter

It can now be set via the use of 'MistralRPCResponseTimeout'.

Change-Id: Ie2ecfcc054238bb3780f3052de4b4e12c09fa7d9
This commit is contained in:
David J Peacock 2020-08-24 12:14:41 -04:00
parent 4005c0a87f
commit 1890ab0fb9
1 changed files with 5 additions and 1 deletions

View File

@ -58,6 +58,10 @@ parameters:
type: string
default: 'regionOne'
description: Keystone region for endpoint
MistralRPCResponseTimeout:
type: number
default: 120
description: Mistral RPC timeout
conditions:
service_debug_unset: {equals : [{get_param: MistralDebug}, '']}
@ -95,7 +99,7 @@ outputs:
- service_debug_unset
- {get_param: Debug }
- {get_param: MistralDebug }
mistral::rpc_response_timeout: 120
mistral::rpc_response_timeout: {get_param: MistralRPCResponseTimeout}
mistral::keystone::authtoken::project_name: 'service'
mistral::keystone::authtoken::user_domain_name: 'Default'
mistral::keystone::authtoken::project_domain_name: 'Default'