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

Change-Id: I06dfee32f6cf0a232a49901109b6b794f845c2fd
Closes-Bug: #1826699
(cherry picked from commit 15fe14b8a0)
This commit is contained in:
jacky06 2019-04-23 13:44:11 +08:00 committed by Christopher Dearborn
parent 21761271d0
commit f78d1688ee
2 changed files with 3 additions and 3 deletions

View File

@ -14,5 +14,5 @@ Library for managing machines with Dell iDRAC cards.
* Free software: Apache license
* Documentation: https://docs.openstack.org/python-dracclient/latest
* Source: http://git.openstack.org/cgit/openstack/python-dracclient
* Source: http://opendev.org/openstack/python-dracclient
* Bugs: https://bugs.launchpad.net/python-dracclient

View File

@ -3,7 +3,7 @@ envlist = py35,py27,pep8
[testenv]
usedevelop = True
install_command = pip install -U -c{env:UPPER_CONSTRAINTS_FILE:https://git.openstack.org/cgit/openstack/requirements/plain/upper-constraints.txt} {opts} {packages}
install_command = pip install -U -c{env:UPPER_CONSTRAINTS_FILE:https://opendev.org/openstack/requirements/raw/branch/stable/queens/upper-constraints.txt} {opts} {packages}
deps =
-r{toxinidir}/requirements.txt
-r{toxinidir}/test-requirements.txt
@ -23,7 +23,7 @@ commands =
[testenv:docs]
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/stable/queens/upper-constraints.txt}
-r{toxinidir}/requirements.txt
-r{toxinidir}/doc/requirements.txt
commands = python setup.py build_sphinx