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

Change-Id: I714eed8117c3d8fbc90046eae79ab2bf3a1a2706
This commit is contained in:
caoyuan 2019-04-23 19:40:17 +08:00
parent 3c9fd8c7ac
commit 75cfe5b1fd
9 changed files with 13 additions and 13 deletions

View File

@ -50,7 +50,7 @@ detailed in the LICENSE file.
* Admin guide: https://docs.openstack.org/tricircle/latest/admin/index.html * Admin guide: https://docs.openstack.org/tricircle/latest/admin/index.html
* Configuration guide: https://docs.openstack.org/tricircle/latest/configuration/index.html * Configuration guide: https://docs.openstack.org/tricircle/latest/configuration/index.html
* Networking guide: https://docs.openstack.org/tricircle/latest/networking/index.html * Networking guide: https://docs.openstack.org/tricircle/latest/networking/index.html
* Source: https://git.openstack.org/cgit/openstack/tricircle * Source: https://opendev.org/openstack/tricircle
* Bugs: https://bugs.launchpad.net/tricircle * Bugs: https://bugs.launchpad.net/tricircle
* Blueprints: https://blueprints.launchpad.net/tricircle * Blueprints: https://blueprints.launchpad.net/tricircle
* Release notes: https://docs.openstack.org/releasenotes/tricircle * Release notes: https://docs.openstack.org/releasenotes/tricircle

View File

@ -1,5 +1,5 @@
# Git information # Git information
TRICIRCLE_REPO=${TRICIRCLE_REPO:-https://git.openstack.org/cgit/openstack/tricircle/} TRICIRCLE_REPO=${TRICIRCLE_REPO:-https://opendev.org/openstack/tricircle/}
TRICIRCLE_DIR=$DEST/tricircle TRICIRCLE_DIR=$DEST/tricircle
TRICIRCLE_BRANCH=${TRICIRCLE_BRANCH:-master} TRICIRCLE_BRANCH=${TRICIRCLE_BRANCH:-master}

View File

@ -547,7 +547,7 @@ References
---------------- ----------------
[1] https://docs.google.com/document/d/18kZZ1snMOCD9IQvUKI5NVDzSASpw-QKj7l2zNqMEd3g/ [1] https://docs.google.com/document/d/18kZZ1snMOCD9IQvUKI5NVDzSASpw-QKj7l2zNqMEd3g/
[2] https://review.openstack.org/#/c/270786/ [2] https://review.opendev.org/#/c/270786/
[3] https://github.com/openstack/networking-l2gw/blob/master/specs/kilo/l2-gateway-api.rst [3] https://github.com/openstack/networking-l2gw/blob/master/specs/kilo/l2-gateway-api.rst
@ -555,4 +555,4 @@ References
[5] https://docs.openstack.org/mitaka/networking-guide/config-az.html [5] https://docs.openstack.org/mitaka/networking-guide/config-az.html
[6] https://review.openstack.org/#/c/306224/ [6] https://review.opendev.org/#/c/306224/

View File

@ -108,4 +108,4 @@ References
========== ==========
[1] https://github.com/openstack/trio2o [1] https://github.com/openstack/trio2o
[2] https://review.openstack.org/#/c/412325/ [2] https://review.opendev.org/#/c/412325/

View File

@ -63,4 +63,4 @@ In addition, there is a timestamp in table that cloud administrator is able to
delete a resource which is in deleting status over long time (too long to delete a resource which is in deleting status over long time (too long to
delete, or in abnormal status). delete, or in abnormal status).
[1] https://review.openstack.org/#/c/518421/ [1] https://review.opendev.org/#/c/518421/

View File

@ -8,7 +8,7 @@ setenv = VIRTUAL_ENV={envdir}
PYTHONWARNINGS=default::DeprecationWarning PYTHONWARNINGS=default::DeprecationWarning
passenv = TRACE_FAILONLY GENERATE_HASHES http_proxy HTTP_PROXY https_proxy HTTPS_PROXY no_proxy NO_PROXY passenv = TRACE_FAILONLY GENERATE_HASHES http_proxy HTTP_PROXY https_proxy HTTPS_PROXY no_proxy NO_PROXY
usedevelop = True usedevelop = True
deps = -c{env:UPPER_CONSTRAINTS_FILE:https://git.openstack.org/cgit/openstack/requirements/plain/upper-constraints.txt?h=stable/stein} deps = -c{env:UPPER_CONSTRAINTS_FILE:https://opendev.org/openstack/requirements/raw/branch/stable/stein/upper-constraints.txt}
-r{toxinidir}/requirements.txt -r{toxinidir}/requirements.txt
-r{toxinidir}/test-requirements.txt -r{toxinidir}/test-requirements.txt
whitelist_externals = whitelist_externals =
@ -84,8 +84,8 @@ import_exceptions = tricircle.common.i18n
# https://pip.pypa.io/en/stable/reference/pip_install/#editable-installs # https://pip.pypa.io/en/stable/reference/pip_install/#editable-installs
# note that order is important to ensure dependencies don't override # note that order is important to ensure dependencies don't override
commands = commands =
pip install -q -e "git+https://git.openstack.org/openstack/networking-sfc#egg=networking_sfc" pip install -q -e "git+https://opendev.org/openstack/networking-sfc#egg=networking_sfc"
pip install -q -e "git+https://git.openstack.org/openstack/neutron#egg=neutron" pip install -q -e "git+https://opendev.org/openstack/neutron#egg=neutron"
[testenv:py27-dev] [testenv:py27-dev]
basepython = python2.7 basepython = python2.7

View File

@ -14,7 +14,7 @@
# under the License. # under the License.
# Much of this module is based on the work of the Ironic team # Much of this module is based on the work of the Ironic team
# see http://git.openstack.org/cgit/openstack/ironic/tree/ironic/cmd/api.py # see https://opendev.org/openstack/ironic/src/branch/master/ironic/cmd/api.py
import sys import sys

View File

@ -14,7 +14,7 @@
# under the License. # under the License.
# Much of this module is based on the work of the Ironic team # Much of this module is based on the work of the Ironic team
# see http://git.openstack.org/cgit/openstack/ironic/tree/ironic/cmd/api.py # see https://opendev.org/openstack/ironic/src/branch/master/ironic/cmd/api.py
import eventlet import eventlet

View File

@ -39,8 +39,8 @@ function _setup_tricircle_multinode {
export OVERRIDE_ENABLED_SERVICES+="q-metering,q-svc," export OVERRIDE_ENABLED_SERVICES+="q-metering,q-svc,"
export OVERRIDE_ENABLED_SERVICES+="dstat,peakmem_tracker,rabbit,mysql" export OVERRIDE_ENABLED_SERVICES+="dstat,peakmem_tracker,rabbit,mysql"
ENABLE_TRICIRCLE="enable_plugin tricircle https://git.openstack.org/openstack/tricircle/" ENABLE_TRICIRCLE="enable_plugin tricircle https://opendev.org/openstack/tricircle/"
ENABLE_SFC="enable_plugin networking-sfc https://git.openstack.org/openstack/networking-sfc/" ENABLE_SFC="enable_plugin networking-sfc https://opendev.org/openstack/networking-sfc/"
# Configure primary node # Configure primary node
export DEVSTACK_LOCAL_CONFIG="$ENABLE_TRICIRCLE" export DEVSTACK_LOCAL_CONFIG="$ENABLE_TRICIRCLE"