From b3651b9858d997d4f364db390d6a7ac182dba2cf Mon Sep 17 00:00:00 2001 From: hutianhao Date: Tue, 30 Apr 2019 02:17:45 +0000 Subject: [PATCH] Update to opendev Change-Id: I19a50033f41dd9b043ae37afb1c47c667df12c21 --- README.rst | 2 +- tox.ini | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.rst b/README.rst index c407c66b4..4b3795a9d 100644 --- a/README.rst +++ b/README.rst @@ -36,7 +36,7 @@ Developers wishing to work on the RPM packaging for OpenStack project should always base their work on the latest code, available from the master GIT repository at: - https://git.openstack.org/cgit/openstack/rpm-packaging + https://opendev.org/openstack/rpm-packaging Developers should also join the discussion on the mailing list, at: diff --git a/tox.ini b/tox.ini index 21b941ff4..2613b2ad8 100644 --- a/tox.ini +++ b/tox.ini @@ -8,7 +8,7 @@ basepython = python3 setenv = VIRTUAL_ENV={envdir} LC_ALL=en_US.utf-8 -install_command = pip install -U -c{env:UPPER_CONSTRAINTS_FILE:https://git.openstack.org/cgit/openstack/requirements/plain/upper-constraints.txt} {opts} {packages} +install_command = pip install -U -c{env:UPPER_CONSTRAINTS_FILE:https://opendev.org/openstack/requirements/raw/branch/master/upper-constraints.txt} {opts} {packages} deps = -r{toxinidir}/test-requirements.txt passenv = http_proxy HTTP_PROXY https_proxy HTTPS_PROXY no_proxy NO_PROXY