Update to opendev

Change-Id: I19a50033f41dd9b043ae37afb1c47c667df12c21
This commit is contained in:
hutianhao 2019-04-30 02:17:45 +00:00
parent aac9a8ee83
commit b3651b9858
2 changed files with 2 additions and 2 deletions

View File

@ -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:

View File

@ -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