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:
@@ -11,7 +11,7 @@ Note that this is a hard requirement.
|
|||||||
* Free software: Apache license
|
* Free software: Apache license
|
||||||
* Documentation: https://docs.openstack.org/watcher/latest/ plugin watcher-tempest-plugin
|
* Documentation: https://docs.openstack.org/watcher/latest/ plugin watcher-tempest-plugin
|
||||||
* Release notes: https://docs.openstack.org/releasenotes/watcher/ 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
|
* Bugs: https://bugs.launchpad.net/watcher plugin watcher-tempest-plugin
|
||||||
|
|
||||||
Features
|
Features
|
||||||
|
|||||||
2
tox.ini
2
tox.ini
@@ -5,7 +5,7 @@ skipsdist = True
|
|||||||
|
|
||||||
[testenv]
|
[testenv]
|
||||||
usedevelop = True
|
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 =
|
setenv =
|
||||||
VIRTUAL_ENV={envdir}
|
VIRTUAL_ENV={envdir}
|
||||||
PYTHONWARNINGS=default::DeprecationWarning
|
PYTHONWARNINGS=default::DeprecationWarning
|
||||||
|
|||||||
Reference in New Issue
Block a user