Replace git.openstack.org URLs with opendev.org URLs

Change-Id: I4adc47322f3dff4c12c884c0f5464d92a041439e
This commit is contained in:
caoyuan 2019-04-23 18:22:28 +08:00 committed by zhulingjie
parent 39bdc2a891
commit 6f6ef74cc9
4 changed files with 5 additions and 6 deletions

View File

@ -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

View File

@ -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}

View File

@ -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)

View File

@ -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