From c294e0e209f9163acd3bc4e2a5362d28917a4cb4 Mon Sep 17 00:00:00 2001 From: Sean McGinnis Date: Tue, 18 Feb 2020 11:00:39 -0600 Subject: [PATCH] Fix gitreview host name This can cause issues with release automation when the repo is tagged since the host will not match what is expected for the ssh key. Change-Id: Ice57bdeb6bae18412056d5b60ea05ae557d6f0f2 Signed-off-by: Sean McGinnis --- .gitreview | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitreview b/.gitreview index 3de92cf..1d37cbb 100644 --- a/.gitreview +++ b/.gitreview @@ -1,4 +1,4 @@ [gerrit] -host=review.openstack.org +host=review.opendev.org port=29418 project=openstack/charm-keystone-saml-mellon.git