diff --git a/modules/openstack_project/manifests/review.pp b/modules/openstack_project/manifests/review.pp index 1d00ab3c76..ea3108acf9 100644 --- a/modules/openstack_project/manifests/review.pp +++ b/modules/openstack_project/manifests/review.pp @@ -141,42 +141,42 @@ class openstack_project::review ( { name => 'local', url => 'file:///var/lib/git/', - replicationDelay => '0', + replicationDelay => '1', threads => '4', mirror => true, }, { name => 'git01', url => 'cgit@git01.openstack.org:/var/lib/git/', - replicationDelay => '0', + replicationDelay => '1', threads => '4', mirror => true, }, { name => 'git02', url => 'cgit@git02.openstack.org:/var/lib/git/', - replicationDelay => '0', + replicationDelay => '1', threads => '4', mirror => true, }, { name => 'git03', url => 'cgit@git03.openstack.org:/var/lib/git/', - replicationDelay => '0', + replicationDelay => '1', threads => '4', mirror => true, }, { name => 'git04', url => 'cgit@git04.openstack.org:/var/lib/git/', - replicationDelay => '0', + replicationDelay => '1', threads => '4', mirror => true, }, { name => 'git05', url => 'cgit@git05.openstack.org:/var/lib/git/', - replicationDelay => '0', + replicationDelay => '1', threads => '4', mirror => true, },