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

Change-Id: I5e22c500d4d5d63b91565d3cd3e67177026d9a5d
This commit is contained in:
caoyuan 2019-04-23 19:39:07 +08:00
parent b45f86dd5b
commit 21ca8137b0
2 changed files with 2 additions and 2 deletions

View File

@ -21,7 +21,7 @@ Release notes for the project can be found at:
`<https://docs.openstack.org/releasenotes/openstack-helm-images/>`_
The project source code repository is located at:
`<https://git.openstack.org/cgit/openstack/openstack-helm-images/>`_
`<https://opendev.org/openstack/openstack-helm-images/>`_
Bugs can be reported at:
`<https://storyboard.openstack.org/#!/project_group/64>`_

View File

@ -5,7 +5,7 @@ skipsdist = True
[testenv]
install_command =
pip install -c{env:UPPER_CONSTRAINTS_FILE:https://git.openstack.org/cgit/openstack/requirements/plain/upper-constraints.txt} {opts} {packages}
pip install -c{env:UPPER_CONSTRAINTS_FILE:https://opendev.org/openstack/requirements/raw/branch/master/upper-constraints.txt} {opts} {packages}
setenv =
PYTHONUNBUFFERED=1
VIRTUAL_ENV={envdir}