From 034a90d005549e98e5fcd6c481ec79fe1d99bc22 Mon Sep 17 00:00:00 2001 From: jacky06 Date: Tue, 23 Apr 2019 13:25:13 +0800 Subject: [PATCH] Replace git.openstack.org URLs with opendev.org URLs Change-Id: I292921cbee1f24857f0ee32cc010a8e3e6f1b8ad --- README.rst | 2 +- tox.ini | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.rst b/README.rst index 55be8968..0bfe4b43 100644 --- a/README.rst +++ b/README.rst @@ -24,6 +24,6 @@ The Oslo configuration API supports parsing command line arguments and * License: Apache License, Version 2.0 * Documentation: https://docs.openstack.org/oslo.config/latest/ -* Source: https://git.openstack.org/cgit/openstack/oslo.config +* Source: https://opendev.org/openstack/oslo.config * Bugs: https://bugs.launchpad.net/oslo.config * Release notes: https://docs.openstack.org/releasenotes/oslo.config/ diff --git a/tox.ini b/tox.ini index e6b664c9..55b6481f 100644 --- a/tox.ini +++ b/tox.ini @@ -12,7 +12,7 @@ setenv = OS_STDERR_CAPTURE={env:OS_STDERR_CAPTURE:1} OS_TEST_TIMEOUT={env:OS_TEST_TIMEOUT:60} 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/plain/upper-constraints.txt} -r{toxinidir}/test-requirements.txt -r{toxinidir}/requirements.txt commands =