From b432c230bdbd1552d50e41c108e987456c5f7af6 Mon Sep 17 00:00:00 2001 From: Raoul Scarazzini Date: Thu, 3 May 2018 14:32:13 +0200 Subject: [PATCH] Fix .gitreview file to point new gerrit This commit fixes the .gitreview file which was pointing to the old gerrit server. Now we're part of github.com/openstack and we should point there. Change-Id: Ie915264c112572b3f99e1b0a7102249c2753130b --- .gitreview | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.gitreview b/.gitreview index e99430d..e03aed4 100644 --- a/.gitreview +++ b/.gitreview @@ -1,4 +1,5 @@ [gerrit] -host=review.gerrithub.io +host=review.openstack.org port=29418 -project=redhat-openstack/tripleo-quickstart-utils.git +project=openstack/tripleo-ha-utils.git +defaultbranch=master