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

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

Change-Id: I69c284629a52b6db879d6a90f4a25b8c8d06150c
This commit is contained in:
zhulingjie 2019-04-23 17:51:53 +08:00 committed by Stephen Finucane
parent 525eee5a72
commit d9d4cb5399
2 changed files with 3 additions and 3 deletions

View File

@ -109,4 +109,4 @@ a pointer to more precise descriptions for each code. For example::
* Free software: Apache license
* Documentation: https://docs.openstack.org/os-api-ref/latest/
* Source: https://git.openstack.org/cgit/openstack/os-api-ref
* Source: https://opendev.org/openstack/os-api-ref

View File

@ -8,7 +8,7 @@ setenv =
VIRTUAL_ENV={envdir}
install_command = pip install -U {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}/requirements.txt
-r{toxinidir}/test-requirements.txt
commands = stestr run {posargs}
@ -27,7 +27,7 @@ commands = python setup.py test --coverage --testr-args='{posargs}'
[testenv:docs]
basepython = python3
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}/requirements.txt
-r{toxinidir}/doc/requirements.txt
commands = sphinx-build -W -b html doc/source doc/build/html