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

Change-Id: I2ed40b91c14afb738107d21efc2614ea8b9a123c
Closes-Bug: #1826038
This commit is contained in:
zhulingjie 2019-04-23 16:50:06 +08:00
parent 05863c5d39
commit a47702c8e6
2 changed files with 2 additions and 2 deletions

View File

@ -17,7 +17,7 @@ https://docs.openstack.org/tempest/latest/#using-plugins
* Free software: Apache license
* Documentation: https://docs.openstack.org/solum-tempest-plugin/latest
* Source: https://git.openstack.org/cgit/openstack/solum-tempest-plugin
* Source: https://opendev.org/openstack/solum-tempest-plugin
* Bugs: https://bugs.launchpad.net/solum
Running the tests

View File

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