commit cf7afced098f515f339bee71efc96356cc6f3385 Author: Luke Short Date: Mon Oct 5 09:51:28 2020 -0400 Use consistent naming for MistralRpcResponseTimeout Before: MistralRPCResponseTimeout After: MistralRpcResponseTimeout Change-Id: I1fb16e6db72316dae7143e77c1508e7e091feb6a Signed-off-by: Luke Short diff --git a/deployment/deprecated/mistral/mistral-base.yaml b/deployment/deprecated/mistral/mistral-base.yaml index afedf2f..213b2b9 100644 --- a/deployment/deprecated/mistral/mistral-base.yaml +++ b/deployment/deprecated/mistral/mistral-base.yaml @@ -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'