diff --git a/.gitreview b/.gitreview index 927b5d3..009d659 100644 --- a/.gitreview +++ b/.gitreview @@ -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 diff --git a/README.rst b/README.rst index 5edf1dc..9900207 100644 --- a/README.rst +++ b/README.rst @@ -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 -------- diff --git a/tox.ini b/tox.ini index 90d038e..1ac6b5f 100644 --- a/tox.ini +++ b/tox.ini @@ -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}