From ae6b370636bf44407b60cb137c702ab2561dfac5 Mon Sep 17 00:00:00 2001 From: Sean McGinnis Date: Tue, 18 Feb 2020 11:03:09 -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: Ia6df4fa3aacb4f29f02cc24f7a3a0fdcbd92a0a1 Signed-off-by: Sean McGinnis --- {{cookiecutter.repo_name}}/.gitreview | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/{{cookiecutter.repo_name}}/.gitreview b/{{cookiecutter.repo_name}}/.gitreview index 5426828..880e6d7 100644 --- a/{{cookiecutter.repo_name}}/.gitreview +++ b/{{cookiecutter.repo_name}}/.gitreview @@ -1,4 +1,4 @@ [gerrit] -host=review.openstack.org +host=review.opendev.org port=29418 project={{cookiecutter.repo_group}}/{{cookiecutter.repo_name}}.git