From 941a2a2eea789ae5723eb11755b6a8b5c26fc415 Mon Sep 17 00:00:00 2001 From: Darragh Bailey Date: Fri, 31 Jul 2015 15:51:31 +0100 Subject: [PATCH] Remove http.maxWait hack as fixed in Gerrit 2.5 Remove the workaround for a bug in Gerrit versions older than 2.5 where the http.maxWait value was sent to a method expecting the integer to representing milliseconds without first correctly converting the default time. Gerrit's 2.5 release notes specifically note this bug was fixed. Change-Id: Ic697fd1f5bcf0c7186ac5a9a2201edf88717ae80 --- modules/openstack_project/manifests/review.pp | 1 - 1 file changed, 1 deletion(-) diff --git a/modules/openstack_project/manifests/review.pp b/modules/openstack_project/manifests/review.pp index 7c82d07991..63ff493926 100644 --- a/modules/openstack_project/manifests/review.pp +++ b/modules/openstack_project/manifests/review.pp @@ -118,7 +118,6 @@ class openstack_project::review ( sshd_threads => '100', index_threads => 4, httpd_maxqueued => '200', - httpd_maxwait => '5000min', war => 'http://tarballs.openstack.org/ci/gerrit/gerrit-v2.11.4.11.a14450f.war', contactstore => $contactstore,