Use consistent naming for MistralRpcResponseTimeout
Before: MistralRPCResponseTimeout After: MistralRpcResponseTimeout Change-Id: I1fb16e6db72316dae7143e77c1508e7e091feb6a Signed-off-by: Luke Short <ekultails@gmail.com>
This commit is contained in:
parent
576959cd88
commit
cf7afced09
@ -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'
|
||||
|
Loading…
Reference in New Issue
Block a user