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
This commit is contained in:
Alfredo Moralejo 2017-03-06 12:59:37 +01:00
parent aa05d01957
commit 65de5ca9f9

View File

@ -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