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

Change-Id: I2fc590b50ee8d783d65054ad067cd0a9ea525e52
This commit is contained in:
caoyuan 2019-04-23 19:40:31 +08:00
parent 5ee79a412d
commit ddd93bf222
2 changed files with 2 additions and 2 deletions

View File

@ -42,7 +42,7 @@ Project resources
~~~~~~~~~~~~~~~~~
* Documentation: https://docs.openstack.org/virtualbmc/latest
* Source: https://git.openstack.org/cgit/openstack/virtualbmc
* Source: https://opendev.org/openstack/virtualbmc
* Bugs: https://storyboard.openstack.org/#!/project/openstack/virtualbmc
* Release Notes: https://docs.openstack.org/releasenotes/virtualbmc/

View File

@ -12,7 +12,7 @@ setenv = VIRTUAL_ENV={envdir}
TESTS_DIR=./virtualbmc/tests/unit/
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 =