diff --git a/README.rst b/README.rst index e0ebda57..557e4a5d 100644 --- a/README.rst +++ b/README.rst @@ -55,7 +55,7 @@ Links * Free software: Apache license * Documentation: https://docs.openstack.org/karbor/latest/ -* Source: https://git.openstack.org/cgit/openstack/karbor +* Source: https://opendev.org/openstack/karbor * Bugs: https://bugs.launchpad.net/karbor * Release notes: https://docs.openstack.org/karbor/latest/releasenotes.html @@ -77,4 +77,3 @@ Limitations * Only 1 Bank plugin per Protection Plan * Automatic object discovery not supported - diff --git a/devstack/settings b/devstack/settings index d749c522..cb88db76 100644 --- a/devstack/settings +++ b/devstack/settings @@ -1,8 +1,8 @@ # Git information -KARBOR_REPO=${KARBOR_REPO:-https://git.openstack.org/cgit/openstack/karbor/} +KARBOR_REPO=${KARBOR_REPO:-https://opendev.org/openstack/karbor/} KARBOR_DIR=$DEST/karbor KARBOR_BRANCH=${KARBOR_BRANCH:-master} -KARBORCLIENT_REPO=${KARBORCLIENT_REPO:-"https://git.openstack.org/cgit/openstack/python-karborclient/"} +KARBORCLIENT_REPO=${KARBORCLIENT_REPO:-"https://opendev.org/openstack/python-karborclient/"} KARBORCLIENT_DIR=$DEST/python-karborclient KARBORCLIENT_BRANCH=${KARBORCLIENT_BRANCH:-master} diff --git a/doc/source/specs/api-json-schema-validation.rst b/doc/source/specs/api-json-schema-validation.rst index db5668dd..f7e4ca39 100644 --- a/doc/source/specs/api-json-schema-validation.rst +++ b/doc/source/specs/api-json-schema-validation.rst @@ -275,7 +275,7 @@ Useful Links: * [Understanding JSON Schema] (http://spacetelescope.github.io/understanding-json-schema/reference/object.html) -* [Nova Validation Examples] (http://git.openstack.org/cgit/openstack/nova/tree/nova/api/validation) +* [Nova Validation Examples] (https://opendev.org/openstack/nova/src/branch/master/nova/api/validation) * [JSON Schema on PyPI] (https://pypi.org/project/jsonschema) diff --git a/tox.ini b/tox.ini index 478b165d..de257453 100644 --- a/tox.ini +++ b/tox.ini @@ -5,7 +5,7 @@ skipsdist = True [testenv] usedevelop = True -install_command = pip install -c{env:UPPER_CONSTRAINTS_FILE:https://git.openstack.org/cgit/openstack/requirements/plain/upper-constraints.txt} -U {opts} {packages} +install_command = pip install -c{env:UPPER_CONSTRAINTS_FILE:https://opendev.org/openstack/requirements/raw/branch/master/upper-constraints.txt} -U {opts} {packages} setenv = VIRTUAL_ENV={envdir} OS_TEST_PATH=./karbor/tests/unit