Replace git.openstack.org URLs with opendev.org URLs
Change-Id: I2f218a19be6f8809c396399e48e2d5ed6b3f6fd9
This commit is contained in:
parent
f2d44be232
commit
0430df334a
@ -1,4 +1,4 @@
|
||||
oslo.upgradecheck Style Commandments
|
||||
======================================================
|
||||
====================================
|
||||
|
||||
Read the OpenStack Style Commandments https://docs.openstack.org/hacking/latest/
|
||||
|
@ -1,6 +1,6 @@
|
||||
===================================
|
||||
=================
|
||||
oslo.upgradecheck
|
||||
===================================
|
||||
=================
|
||||
|
||||
Common code for writing OpenStack upgrade checks
|
||||
|
||||
@ -11,5 +11,5 @@ integrating that code into a project.
|
||||
|
||||
* Free software: Apache license
|
||||
* 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
|
||||
|
@ -1,6 +1,6 @@
|
||||
===================
|
||||
oslo.upgradecheck
|
||||
===================
|
||||
=================
|
||||
oslo.upgradecheck
|
||||
=================
|
||||
|
||||
Common code for writing OpenStack upgrade checks.
|
||||
|
||||
|
2
tox.ini
2
tox.ini
@ -12,7 +12,7 @@ setenv =
|
||||
OS_STDOUT_CAPTURE=1
|
||||
OS_STDERR_CAPTURE=1
|
||||
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}/requirements.txt
|
||||
commands = stestr run --slowest {posargs}
|
||||
|
Loading…
Reference in New Issue
Block a user