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

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

Change-Id: Ic77d56c85cd1130610809d833f7c5f9e5e34d8a2
This commit is contained in:
zhulingjie 2019-04-23 14:45:39 +08:00 committed by Dantali0n
parent fdbb281d57
commit 8fcb9a1ad2
2 changed files with 2 additions and 2 deletions

View File

@ -11,7 +11,7 @@ Note that this is a hard requirement.
* Free software: Apache license
* Documentation: https://docs.openstack.org/watcher/latest/ plugin watcher-tempest-plugin
* Release notes: https://docs.openstack.org/releasenotes/watcher/ plugin watcher-tempest-plugin
* Source: https://git.openstack.org/cgit/openstack/watcher-tempest-plugin
* Source: https://opendev.org/openstack/watcher-tempest-plugin
* Bugs: https://bugs.launchpad.net/watcher plugin watcher-tempest-plugin
Features

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