Migrate to opendev.org
Change-Id: I78c5a9d33f1cf48411a8f83d766797d8fadd83aa Signed-off-by: Trinh Nguyen <dangtrinhnt@gmail.com>
This commit is contained in:
parent
26326bc331
commit
f476e7b175
@ -1,4 +1,4 @@
|
|||||||
[gerrit]
|
[gerrit]
|
||||||
host=review.openstack.org
|
host=review.opendev.org
|
||||||
port=29418
|
port=29418
|
||||||
project=openstack/python-fenixclient.git
|
project=x/python-fenixclient.git
|
||||||
|
@ -9,8 +9,8 @@ CLI for this project.
|
|||||||
|
|
||||||
* Free software: Apache license
|
* Free software: Apache license
|
||||||
* Documentation: https://wiki.openstack.org/wiki/Fenix
|
* Documentation: https://wiki.openstack.org/wiki/Fenix
|
||||||
* Source: https://git.openstack.org/cgit/openstack/python-fenixclient
|
* Source: https://opendev.org/x/python-fenixclient
|
||||||
* Bugs tracking and Blueprints: https://storyboard.openstack.org/#!/project/openstack/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
|
* How to contribute: https://docs.openstack.org/infra/manual/developers.html
|
||||||
|
|
||||||
--------
|
--------
|
||||||
|
2
tox.ini
2
tox.ini
@ -13,7 +13,7 @@ setenv =
|
|||||||
OS_STDERR_CAPTURE=1
|
OS_STDERR_CAPTURE=1
|
||||||
OS_TEST_TIMEOUT=60
|
OS_TEST_TIMEOUT=60
|
||||||
deps =
|
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}/requirements.txt
|
||||||
-r{toxinidir}/test-requirements.txt
|
-r{toxinidir}/test-requirements.txt
|
||||||
commands = stestr run {posargs}
|
commands = stestr run {posargs}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user