Replace git.openstack.org URLs with opendev.org URLs

Thorough replacement of git.openstack.org URLs with
their opendev.org counterparts.

Change-Id: I64347cfbd447605609dbe8d3628672776136d3ef
Closes-Bug: #1825934
This commit is contained in:
jacky06 2019-04-23 13:25:13 +08:00
parent 869397745f
commit 8425d85fd8
2 changed files with 2 additions and 2 deletions

View File

@ -56,6 +56,6 @@ classes to provide custom project specific data.
* Free software: Apache license * Free software: Apache license
* Documentation: https://docs.openstack.org/oslo.reports/latest * Documentation: https://docs.openstack.org/oslo.reports/latest
* Source: https://git.openstack.org/cgit/openstack/oslo.reports * Source: https://opendev.org/openstack/oslo.reports
* Bugs: https://bugs.launchpad.net/oslo.reports * Bugs: https://bugs.launchpad.net/oslo.reports
* Release notes: https://docs.openstack.org/releasenotes/oslo.reports/ * Release notes: https://docs.openstack.org/releasenotes/oslo.reports/

View File

@ -4,7 +4,7 @@ envlist = py35,py27,pep8
[testenv] [testenv]
deps = 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}/test-requirements.txt
-r{toxinidir}/requirements.txt -r{toxinidir}/requirements.txt
install_command = pip install {opts} {packages} install_command = pip install {opts} {packages}