From c8b60a3d9323e689e11b0bf55f0d980beb5cb04c Mon Sep 17 00:00:00 2001 From: "James E. Blair" Date: Mon, 28 Apr 2014 17:40:39 -0700 Subject: [PATCH] Set github replicationDelay to match (1 sec) It could be subject to the same issues we saw with the others. Change-Id: Ia7186262030190790181fded88f162f8b5a3baf6 --- modules/openstack_project/manifests/review.pp | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/openstack_project/manifests/review.pp b/modules/openstack_project/manifests/review.pp index 1b32ad60e9..9ec2331787 100644 --- a/modules/openstack_project/manifests/review.pp +++ b/modules/openstack_project/manifests/review.pp @@ -135,6 +135,7 @@ class openstack_project::review ( name => 'github', url => 'git@github.com:', authGroup => 'Anonymous Users', + replicationDelay => '1', replicatePermissions => false, mirror => true, },