Replace git.openstack.org URLs with opendev.org URLs
Thorough replacement of git.openstack.org URLs with their opendev.org counterparts. Change-Id: Ie4283c3ace507f256ec9b421cb84d8f58e3f0cbe
This commit is contained in:
parent
d37b151b20
commit
02361f184c
@ -23,4 +23,4 @@ command-line tool (``openstack event``).
|
||||
.. _Launchpad project: https://launchpad.net/python-pankoclient
|
||||
.. _Blueprints: https://blueprints.launchpad.net/python-pankoclient
|
||||
.. _Bugs: https://bugs.launchpad.net/python-pankoclient
|
||||
.. _Source: https://git.openstack.org/cgit/openstack/python-pankoclient
|
||||
.. _Source: https://opendev.org/openstack/python-pankoclient
|
||||
|
2
tox.ini
2
tox.ini
@ -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}
|
||||
deps = .[test]
|
||||
|
Loading…
Reference in New Issue
Block a user