From 938dc21278a17c2c95d3e065bae404f8d82c8611 Mon Sep 17 00:00:00 2001 From: Dougal Matthews Date: Thu, 5 Oct 2017 16:21:21 +0100 Subject: [PATCH] Increase the Mistral RPC timeout Some actions can take more than 60 seconds. If they are executed directly this results in a messaging timeout. We are doubling the default to be safe. Related-Bug: #1719333 Change-Id: Ib125b374b7b75b5e334105e8ba38aaf1776326c0 --- elements/puppet-stack-config/puppet-stack-config.yaml.template | 1 + 1 file changed, 1 insertion(+) diff --git a/elements/puppet-stack-config/puppet-stack-config.yaml.template b/elements/puppet-stack-config/puppet-stack-config.yaml.template index 237de7069..86d113dd3 100644 --- a/elements/puppet-stack-config/puppet-stack-config.yaml.template +++ b/elements/puppet-stack-config/puppet-stack-config.yaml.template @@ -611,6 +611,7 @@ mistral::rabbit_password: {{UNDERCLOUD_RABBIT_PASSWORD}} mistral::rabbit_host: "{{LOCAL_IP_WRAPPED}}" mistral::database_connection: mysql+pymysql://mistral:{{UNDERCLOUD_MISTRAL_PASSWORD}}@{{LOCAL_IP_WRAPPED}}/mistral mistral::rpc_backend: rabbit +mistral::rpc_response_timeout: 120 mistral::keystone::authtoken::password: {{UNDERCLOUD_MISTRAL_PASSWORD}} mistral::keystone::authtoken::auth_uri: "%{hiera('keystone_auth_uri')}" mistral::keystone::authtoken::auth_url: "%{hiera('keystone_identity_uri')}"