Migrate to opendev.org

Change-Id: I78c5a9d33f1cf48411a8f83d766797d8fadd83aa
Signed-off-by: Trinh Nguyen <dangtrinhnt@gmail.com>
This commit is contained in:
Trinh Nguyen 2019-04-22 15:59:44 +09:00
parent 26326bc331
commit f476e7b175
3 changed files with 5 additions and 5 deletions

View File

@ -1,4 +1,4 @@
[gerrit]
host=review.openstack.org
host=review.opendev.org
port=29418
project=openstack/python-fenixclient.git
project=x/python-fenixclient.git

View File

@ -9,8 +9,8 @@ CLI for this project.
* Free software: Apache license
* Documentation: https://wiki.openstack.org/wiki/Fenix
* Source: https://git.openstack.org/cgit/openstack/python-fenixclient
* Bugs tracking and Blueprints: https://storyboard.openstack.org/#!/project/openstack/python-fenixclient
* Source: https://opendev.org/x/python-fenixclient
* Bugs tracking and Blueprints: https://storyboard.openstack.org/#!/project/x/python-fenixclient
* How to contribute: https://docs.openstack.org/infra/manual/developers.html
--------

View File

@ -13,7 +13,7 @@ setenv =
OS_STDERR_CAPTURE=1
OS_TEST_TIMEOUT=60
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 {posargs}