From fc954bcb01b5c055bd37a1809b54b8e60cfa5a68 Mon Sep 17 00:00:00 2001 From: melissaml Date: Fri, 10 May 2019 18:48:28 +0800 Subject: [PATCH] Replace git.openstack.org URLs with opendev.org URLs Change-Id: Ic0196a84e18c6d7fe2e4df40d9b15c3c76aae436 --- ansible-role-requirements.yaml | 2 +- doc/source/conf.py | 2 +- releasenotes/source/conf.py | 2 +- tox.ini | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/ansible-role-requirements.yaml b/ansible-role-requirements.yaml index 11fad79..f3e53e7 100644 --- a/ansible-role-requirements.yaml +++ b/ansible-role-requirements.yaml @@ -1,4 +1,4 @@ - name: "plugins" - src: "https://git.openstack.org/openstack/openstack-ansible-plugins" + src: "https://opendev.org/openstack/openstack-ansible-plugins" scm: git version: "master" diff --git a/doc/source/conf.py b/doc/source/conf.py index 1796ba0..38e40e9 100644 --- a/doc/source/conf.py +++ b/doc/source/conf.py @@ -68,7 +68,7 @@ title = 'OpenStack-Ansible Documentation: ' + 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://git.opendev.org/openstack/{}".format(target_name) ) # The version info for the project you're documenting, acts as replacement for diff --git a/releasenotes/source/conf.py b/releasenotes/source/conf.py index fb2a460..191a907 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, diff --git a/tox.ini b/tox.ini index 3d47158..d8fa4c3 100644 --- a/tox.ini +++ b/tox.ini @@ -7,7 +7,7 @@ envlist = docs,linters,functional [testenv] usedevelop = True install_command = - pip install -c{env:UPPER_CONSTRAINTS_FILE:https://git.openstack.org/cgit/openstack/requirements/plain/upper-constraints.txt} {opts} {packages} + pip install -c{env:UPPER_CONSTRAINTS_FILE:https://opendev.org/openstack/requirements/raw/branch/master/upper-constraints.txt} {opts} {packages} commands = /usr/bin/find . -type f -name "*.pyc" -delete passenv =