Use opendev repository

Change-Id: I6e19a18dac9d1f9393f202b491e890f19a02395c
This commit is contained in:
Le Hou 2019-04-23 16:23:26 +08:00
parent cf1d77217f
commit c9ce2c6cc1
2 changed files with 2 additions and 2 deletions

View File

@ -6,7 +6,7 @@ Generic Key Manager interface for OpenStack.
* License: Apache License, Version 2.0
* Documentation: https://docs.openstack.org/castellan/latest
* Source: https://git.openstack.org/cgit/openstack/castellan
* Source: https://opendev.org/openstack/castellan
* Bugs: https://bugs.launchpad.net/castellan
* Release notes: https://docs.openstack.org/releasenotes/castellan

View File

@ -10,7 +10,7 @@ setenv =
VIRTUAL_ENV={envdir}
OS_TEST_PATH=./castellan/tests/unit
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}/requirements.txt
-r{toxinidir}/test-requirements.txt
commands = stestr run --slowest {posargs}