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
This commit is contained in:
Dmitriy Rabotyagov 2019-11-14 19:23:27 +02:00
parent c559a1ab25
commit 0fad87541a
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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