From fc2f1a519f7ec4b54347bda23829e1f9b19675a1 Mon Sep 17 00:00:00 2001 From: caoyuan Date: Tue, 23 Apr 2019 18:22:28 +0800 Subject: [PATCH] Replace git.openstack.org URLs with opendev.org URLs Change-Id: I4adc47322f3dff4c12c884c0f5464d92a041439e --- README.rst | 2 +- devstack/devstackgaterc | 2 +- devstack/settings | 4 ++-- doc/source/specs/api-json-schema-validation.rst | 2 +- tox.ini | 2 +- 5 files changed, 6 insertions(+), 6 deletions(-) diff --git a/README.rst b/README.rst index e0ebda57..609b16b9 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 diff --git a/devstack/devstackgaterc b/devstack/devstackgaterc index 8b763590..c09bea13 100644 --- a/devstack/devstackgaterc +++ b/devstack/devstackgaterc @@ -14,7 +14,7 @@ # This script is executed in the OpenStack CI job that runs DevStack + tempest. # It is also used by the rally job. You can find the CI job configuration here: # -# http://git.openstack.org/cgit/openstack-infra/project-config/tree/jenkins/jobs/karbor.yaml +# http://opendev.org/openstack-infra/project-config/tree/jenkins/jobs/karbor.yaml # s=rabbit,mysql,key 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