From 65de5ca9f995ed2832eca6d70724a74ec1754d00 Mon Sep 17 00:00:00 2001 From: Alfredo Moralejo Date: Mon, 6 Mar 2017 12:59:37 +0100 Subject: [PATCH] Increase timeout for swift proxy operations In RDO-CI we are hitting timeouts in swift operations intermittently when running swift tempest tests in scenario002. This patch increases timeout swift::proxy as default value seems to be too low for slow hardware as the one used in RDO CI. Change-Id: I05da916f9cef54873aa70460a293f16c79c0d8b4 --- manifests/swift.pp | 1 + 1 file changed, 1 insertion(+) diff --git a/manifests/swift.pp b/manifests/swift.pp index c1a9b08ae..0d1bdd47b 100644 --- a/manifests/swift.pp +++ b/manifests/swift.pp @@ -43,6 +43,7 @@ class openstack_integration::swift { 'authtoken', 'keystone', 'formpost', 'staticweb', 'container_quotas', 'account_quotas', 'proxy-logging', 'proxy-server' ], + node_timeout => 30, } include ::swift::proxy::catch_errors include ::swift::proxy::healthcheck