Replace git.openstack.org URLs with opendev.org URLs
Change-Id: Ibb5a0f72dd8e7dab4c42340f26226fdc6451d523
This commit is contained in:
parent
74a10f7328
commit
0b26714e84
@ -25,5 +25,5 @@ It aims to provide support for quota enforcement across all OpenStack services.
|
||||
|
||||
* Free software: Apache license
|
||||
* Documentation: https://docs.openstack.org/oslo.limit/latest/
|
||||
* Source: http://git.openstack.org/cgit/openstack/oslo.limit
|
||||
* Source: http://opendev.org/openstack/oslo.limit
|
||||
* Bugs: http://bugs.launchpad.net/oslo.limit
|
||||
|
2
tox.ini
2
tox.ini
@ -5,7 +5,7 @@ envlist = py37,py36,py27,pep8,docs
|
||||
[testenv]
|
||||
install_command = pip install {opts} {packages}
|
||||
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 =
|
||||
|
Loading…
Reference in New Issue
Block a user