Merge "Use consistent naming for MistralRpcResponseTimeout"

This commit is contained in:
Zuul 2020-10-15 06:04:58 +00:00 committed by Gerrit Code Review
commit 026c4bf9d6
1 changed files with 2 additions and 2 deletions

View File

@ -58,7 +58,7 @@ parameters:
type: string
default: 'regionOne'
description: Keystone region for endpoint
MistralRPCResponseTimeout:
MistralRpcResponseTimeout:
type: number
default: 120
description: Mistral RPC timeout
@ -99,7 +99,7 @@ outputs:
- service_debug_unset
- {get_param: Debug }
- {get_param: MistralDebug }
mistral::rpc_response_timeout: {get_param: MistralRPCResponseTimeout}
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'