From a64282d91364551ec60a8bfbf602acc36f190501 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: I80c0661599c18e01b5a51444423513f99084e3e8 Closes-Bug: #1826195 --- README.rst | 2 +- tox.ini | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.rst b/README.rst index 8984d69..698a6b7 100644 --- a/README.rst +++ b/README.rst @@ -24,6 +24,6 @@ as `root` from OpenStack services. * License: Apache License, Version 2.0 * Documentation: https://docs.openstack.org/oslo.rootwrap/latest/ -* Source: https://git.openstack.org/cgit/openstack/oslo.rootwrap +* Source: https://opendev.org/openstack/oslo.rootwrap * Bugs: https://bugs.launchpad.net/oslo.rootwrap * Release notes: https://docs.openstack.org/releasenotes/oslo.rootwrap/ diff --git a/tox.ini b/tox.ini index 894d265..43cffb1 100644 --- a/tox.ini +++ b/tox.ini @@ -5,7 +5,7 @@ envlist = py35,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 # Functional tests with Eventlet involve monkeypatching, so force them to be