From 9877e88155a9a4da6cd0de7b0e5e3ac28084a70a Mon Sep 17 00:00:00 2001 From: Sean McGinnis Date: Tue, 18 Feb 2020 10:59:05 -0600 Subject: [PATCH] Update gitreview host name This fixes the host name for git review. This name gets redirected, but for release automation that happens after tagging, this could cause issues because the name does not match what is expected for the ssh key. Change-Id: Ib9d0aa4108466abfcb9ef7076e2e527e65dea5c7 Signed-off-by: Sean McGinnis --- .gitreview | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitreview b/.gitreview index 672c929..564fe68 100644 --- a/.gitreview +++ b/.gitreview @@ -1,4 +1,4 @@ [gerrit] -host=review.openstack.org +host=review.opendev.org port=29418 project=openstack/charm-cinder-backup-swift-proxy.git