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

Change-Id: I2f218a19be6f8809c396399e48e2d5ed6b3f6fd9
This commit is contained in:
jacky06 2019-04-23 13:25:33 +08:00 committed by zhulingjie
parent f2d44be232
commit 0430df334a
4 changed files with 8 additions and 8 deletions

View File

@ -1,4 +1,4 @@
oslo.upgradecheck Style Commandments oslo.upgradecheck Style Commandments
====================================================== ====================================
Read the OpenStack Style Commandments https://docs.openstack.org/hacking/latest/ Read the OpenStack Style Commandments https://docs.openstack.org/hacking/latest/

View File

@ -1,6 +1,6 @@
=================================== =================
oslo.upgradecheck oslo.upgradecheck
=================================== =================
Common code for writing OpenStack upgrade checks Common code for writing OpenStack upgrade checks
@ -11,5 +11,5 @@ integrating that code into a project.
* Free software: Apache license * Free software: Apache license
* Documentation: https://docs.openstack.org/oslo.upgradecheck/latest/ * Documentation: https://docs.openstack.org/oslo.upgradecheck/latest/
* Source: https://git.openstack.org/cgit/openstack/oslo.upgradecheck * Source: https://opendev.org/openstack/oslo.upgradecheck
* Bugs: https://bugs.launchpad.net/oslo.upgradecheck * Bugs: https://bugs.launchpad.net/oslo.upgradecheck

View File

@ -1,6 +1,6 @@
=================== =================
oslo.upgradecheck oslo.upgradecheck
=================== =================
Common code for writing OpenStack upgrade checks. Common code for writing OpenStack upgrade checks.

View File

@ -12,7 +12,7 @@ setenv =
OS_STDOUT_CAPTURE=1 OS_STDOUT_CAPTURE=1
OS_STDERR_CAPTURE=1 OS_STDERR_CAPTURE=1
deps = deps =
-c{env:UPPER_CONSTRAINTS_FILE:https://git.openstack.org/cgit/openstack/requirements/plain/upper-constraints.txt} -c{env:UPPER_CONSTRAINTS_FILE:https://opendev.org/openstack/requirements/raw/branch/master/upper-constraints.txt}
-r{toxinidir}/test-requirements.txt -r{toxinidir}/test-requirements.txt
-r{toxinidir}/requirements.txt -r{toxinidir}/requirements.txt
commands = stestr run --slowest {posargs} commands = stestr run --slowest {posargs}