From 0fad87541a2278be7288b1358ad46861cbc5d87e Mon Sep 17 00:00:00 2001 From: Dmitriy Rabotyagov Date: Thu, 14 Nov 2019 19:23:27 +0200 Subject: [PATCH] Replace git.openstack.org with opendev.org This patch replaces git.openstack.org with opendev.org as redirection from old path was enabled. Change-Id: I0877731deb4816960b47a8c76eee64171dee5b44 --- releasenotes/source/conf.py | 2 +- tests/test-repo-server-functional.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/releasenotes/source/conf.py b/releasenotes/source/conf.py index 96041b9..efc56c0 100644 --- a/releasenotes/source/conf.py +++ b/releasenotes/source/conf.py @@ -64,7 +64,7 @@ title = 'OpenStack-Ansible Release Notes: ' + role_name + 'role' # The link to the browsable source code (for the left hand menu) oslosphinx_cgit_link = ( - "https://git.openstack.org/cgit/openstack/{}".format(target_name) + "https://opendev.org/openstack/{}".format(target_name) ) # Release notes do not need a version number in the title, they diff --git a/tests/test-repo-server-functional.yml b/tests/test-repo-server-functional.yml index f4493b0..aa351b4 100644 --- a/tests/test-repo-server-functional.yml +++ b/tests/test-repo-server-functional.yml @@ -48,7 +48,7 @@ - name: Clone repo for testing git: - repo: "https://git.openstack.org/openstack/openstack-ansible-repo_server" + repo: "https://opendev.org/openstack/openstack-ansible-repo_server" dest: /var/www/repo/openstackgit/repo_server version: master