From c36485c7ced3ee6b013e189a48f7b00914ac2269 Mon Sep 17 00:00:00 2001 From: jacky06 Date: Tue, 23 Apr 2019 13:25:29 +0800 Subject: [PATCH] Replace git.openstack.org URLs with opendev.org URLs Change-Id: Ife085fd9a36d96b00c43ced290c1d761a782d03f --- README.rst | 8 ++++---- doc/source/user/cross-testing.rst | 2 +- tox.ini | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/README.rst b/README.rst index c0122e9..1f5809e 100644 --- a/README.rst +++ b/README.rst @@ -7,15 +7,15 @@ Team and repository tags .. Change things from this point on -======================================================= - oslotest -- OpenStack Testing Framework and Utilities -======================================================= +===================================================== +oslotest -- OpenStack Testing Framework and Utilities +===================================================== The Oslo Test framework provides common fixtures, support for debugging, and better support for mocking results. * Free software: Apache license * Documentation: https://docs.openstack.org/oslotest/latest/ -* Source: https://git.openstack.org/cgit/openstack/oslotest +* Source: https://opendev.org/openstack/oslotest * Bugs: https://bugs.launchpad.net/oslotest * Release notes: https://docs.openstack.org/releasenotes/oslotest diff --git a/doc/source/user/cross-testing.rst b/doc/source/user/cross-testing.rst index 91fbb92..fd9422a 100644 --- a/doc/source/user/cross-testing.rst +++ b/doc/source/user/cross-testing.rst @@ -31,7 +31,7 @@ For example:: $ mkdir -p ~/repos/openstack $ cd ~/repos/openstack - $ git clone https://git.openstack.org/openstack/oslo-incubator + $ git clone https://opendev.org/openstack/oslo-incubator $ cd ~/repos $ ./openstack/oslo-incubator/tools/clone_openstack.sh diff --git a/tox.ini b/tox.ini index 21f0036..9ea0cfe 100644 --- a/tox.ini +++ b/tox.ini @@ -6,7 +6,7 @@ envlist = py36,py27,pep8 [testenv] install_command = pip install {opts} {packages} deps = - -c{env:UPPER_CONSTRAINTS_FILE:https://git.openstack.org/cgit/openstack/requirements/plain/upper-constraints.txt} + -c{env:UPPER_CONSTRAINTS_FILE:https://opendev.org/openstack/requirements/raw/branch/master/upper-constraints.txt} -r{toxinidir}/test-requirements.txt -r{toxinidir}/requirements.txt commands = stestr run --slowest {posargs}