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

Change-Id: Ibb5a0f72dd8e7dab4c42340f26226fdc6451d523
This commit is contained in:
jacky06 2019-04-23 13:25:13 +08:00
parent 74a10f7328
commit 0b26714e84
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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 =