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

Change-Id: I1a9cd386408197caad7f93a1236780c2b625d61f
This commit is contained in:
zhulingjie 2019-04-23 16:31:09 +08:00
parent 81bdd8ee00
commit 69fad3ee03
2 changed files with 2 additions and 2 deletions

View File

@ -18,7 +18,7 @@ https://docs.openstack.org/tempest/latest/#using-plugins
* Free software: Apache license * Free software: Apache license
* Documentation: http://docs.openstack.org/developer/murano-tempest-plugin * Documentation: http://docs.openstack.org/developer/murano-tempest-plugin
* Release notes: https://docs.openstack.org/releasenotes/murano/ * Release notes: https://docs.openstack.org/releasenotes/murano/
* Source: http://git.openstack.org/cgit/openstack/murano-tempest-plugin * Source: http://opendev.org/openstack/murano-tempest-plugin
* Bugs: http://bugs.launchpad.net/murano * Bugs: http://bugs.launchpad.net/murano
Running the tests Running the tests

View File

@ -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/plain/upper-constraints.txt} {opts} {packages}
setenv = setenv =
VIRTUAL_ENV={envdir} VIRTUAL_ENV={envdir}
PYTHONWARNINGS=default::DeprecationWarning PYTHONWARNINGS=default::DeprecationWarning