Expose mistral::rpc_response_timeout as Heat parameter

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

Conflicts:
    deployment/mistral/mistral-base.yaml

Change-Id: Ie2ecfcc054238bb3780f3052de4b4e12c09fa7d9
Related-Change-Id: I1fb16e6db72316dae7143e77c1508e7e091feb6a
(cherry picked from commit 1890ab0fb9)
(cherry picked from commit 530230abd3)
This commit is contained in:
David J Peacock 2020-08-24 12:14:41 -04:00 committed by Luke Short
parent c0361cc962
commit 5ecafca640
1 changed files with 5 additions and 1 deletions

View File

@ -49,6 +49,10 @@ parameters:
type: string
default: 'messagingv2'
description: Driver or drivers to handle sending notifications.
MistralRpcResponseTimeout:
type: number
default: 120
description: Mistral RPC timeout
conditions:
service_debug_unset: {equals : [{get_param: MistralDebug}, '']}
@ -75,7 +79,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'