From cf7afced098f515f339bee71efc96356cc6f3385 Mon Sep 17 00:00:00 2001 From: Luke Short Date: Mon, 5 Oct 2020 09:51:28 -0400 Subject: [PATCH] Use consistent naming for MistralRpcResponseTimeout Before: MistralRPCResponseTimeout After: MistralRpcResponseTimeout Change-Id: I1fb16e6db72316dae7143e77c1508e7e091feb6a Signed-off-by: Luke Short --- deployment/deprecated/mistral/mistral-base.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/deployment/deprecated/mistral/mistral-base.yaml b/deployment/deprecated/mistral/mistral-base.yaml index afedf2f636..213b2b95be 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'