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

Change-Id: Idf2aeff4939079743dfae567ea15193b971af464
This commit is contained in:
caoyuan 2019-04-23 19:38:39 +08:00
parent be10a61abd
commit e69c508770
13 changed files with 18 additions and 18 deletions

View File

@ -1,4 +1,4 @@
Please see the Neutron CONTRIBUTING.rst file for how to contribute to Please see the Neutron CONTRIBUTING.rst file for how to contribute to
neutron-vpnaas: neutron-vpnaas:
`Neutron CONTRIBUTING.rst <https://git.openstack.org/cgit/openstack/neutron/tree/CONTRIBUTING.rst>`_ `Neutron CONTRIBUTING.rst <https://opendev.org/openstack/neutron/src/branch/master/CONTRIBUTING.rst>`_

View File

@ -4,4 +4,4 @@ Neutron VPNaaS Style Commandments
Please see the Neutron HACKING.rst file for style commandments for Please see the Neutron HACKING.rst file for style commandments for
neutron-vpnaas: neutron-vpnaas:
`Neutron HACKING.rst <https://git.openstack.org/cgit/openstack/neutron/tree/HACKING.rst>`_ `Neutron HACKING.rst <https://opendev.org/openstack/neutron/src/branch/master/HACKING.rst>`_

View File

@ -12,11 +12,11 @@ The homepage for Neutron is: https://launchpad.net/neutron. Use this
site for asking for help, and filing bugs. We use a single Launchpad site for asking for help, and filing bugs. We use a single Launchpad
page for all Neutron projects. page for all Neutron projects.
Code is available on git.openstack.org at: Code is available on opendev.org at:
https://git.openstack.org/cgit/openstack/neutron-vpnaas. https://opendev.org/openstack/neutron-vpnaas.
Please refer to Neutron documentation for more information: Please refer to Neutron documentation for more information:
`Neutron README.rst <https://git.openstack.org/cgit/openstack/neutron/tree/README.rst>`_ `Neutron README.rst <https://opendev.org/openstack/neutron/src/branch/master/README.rst>`_
Team and repository tags Team and repository tags
======================== ========================

View File

@ -5,4 +5,4 @@ Please see the TESTING.rst file for the Neutron project itself. This will have
the latest up to date instructions for how to test Neutron, and will the latest up to date instructions for how to test Neutron, and will
be applicable to neutron-vpnaas as well: be applicable to neutron-vpnaas as well:
`Neutron TESTING.rst <https://git.openstack.org/cgit/openstack/neutron/tree/TESTING.rst>`_ `Neutron TESTING.rst <https://opendev.org/openstack/neutron/src/branch/master/TESTING.rst>`_

View File

@ -1,5 +1,5 @@
# This file is completely based on one in the neutron repository here: # This file is completely based on one in the neutron repository here:
# http://git.openstack.org/cgit/openstack/neutron/tree/devstack/lib/l2_agent # https://opendev.org/openstack/neutron/src/branch/master/devstack/lib/l2_agent
NEUTRON_L3_CONF=${NEUTRON_L3_CONF:-$Q_L3_CONF_FILE} NEUTRON_L3_CONF=${NEUTRON_L3_CONF:-$Q_L3_CONF_FILE}

View File

@ -1,6 +1,6 @@
[[local|localrc]] [[local|localrc]]
enable_plugin neutron-vpnaas https://git.openstack.org/openstack/neutron-vpnaas enable_plugin neutron-vpnaas https://opendev.org/openstack/neutron-vpnaas
disable_service n-net disable_service n-net
enable_service q-svc enable_service q-svc

View File

@ -5,7 +5,7 @@ enable_service q-agent
enable_service q-dhcp enable_service q-dhcp
enable_service q-l3 enable_service q-l3
enable_service q-meta enable_service q-meta
enable_plugin neutron-vpnaas https://git.openstack.org/openstack/neutron-vpnaas enable_plugin neutron-vpnaas https://opendev.org/openstack/neutron-vpnaas
FIXED_RANGE=10.1.0.0/24 FIXED_RANGE=10.1.0.0/24
FIXED_NETWORK_SIZE=256 FIXED_NETWORK_SIZE=256

View File

@ -33,7 +33,7 @@ section of devstack's local.conf file::
For example:: For example::
enable_plugin neutron-vpnaas https://git.openstack.org/openstack/neutron-vpnaas stable/kilo enable_plugin neutron-vpnaas https://opendev.org/openstack/neutron-vpnaas stable/kilo
The default implementation for IPSEC package under DevStack is 'strongswan'. The default implementation for IPSEC package under DevStack is 'strongswan'.
However, depending upon the Linux distribution, you may need to override However, depending upon the Linux distribution, you may need to override

View File

@ -41,7 +41,7 @@ recommended to check `Request for Feature Enhancements`_ (RFE) process.
.. __: https://bugs.launchpad.net/neutron/+bugs?field.tag=vpnaas .. __: https://bugs.launchpad.net/neutron/+bugs?field.tag=vpnaas
.. __: https://bugs.launchpad.net/neutron/+bugs?field.tag=rfe .. __: https://bugs.launchpad.net/neutron/+bugs?field.tag=rfe
.. _`neutron drivers`: https://review.openstack.org/#/admin/groups/464,members .. _`neutron drivers`: https://review.opendev.org/#/admin/groups/464,members
.. _`Request for Feature Enhancements`: https://docs.openstack.org/neutron/latest/contributor/policies/blueprints.html#neutron-request-for-feature-enhancements .. _`Request for Feature Enhancements`: https://docs.openstack.org/neutron/latest/contributor/policies/blueprints.html#neutron-request-for-feature-enhancements
To get in touch with the neutron-vpnaas community, To get in touch with the neutron-vpnaas community,

View File

@ -5,7 +5,7 @@ Core reviewers and Driver maintainers
Core reviewers Core reviewers
-------------- --------------
The `Neutron VPNaaS Core Reviewer Team <https://review.openstack.org/#/admin/groups/502,members>`_ The `Neutron VPNaaS Core Reviewer Team <https://review.opendev.org/#/admin/groups/502,members>`_
is responsible for many things that same as `Neutron team <https://docs.openstack.org/neutron/latest/contributor/policies/neutron-teams.html>`_. is responsible for many things that same as `Neutron team <https://docs.openstack.org/neutron/latest/contributor/policies/neutron-teams.html>`_.
Driver maintainers Driver maintainers

View File

@ -12,7 +12,7 @@ you'll need the following settings in your local.conf.
You can find an example at `devstack/local.conf.sample You can find an example at `devstack/local.conf.sample
<https://git.openstack.org/cgit/openstack/neutron-vpnaas/tree/devstack/local.conf.sample>`_ <https://opendev.org/openstack/neutron-vpnaas/src/branch/master/devstack/local.conf.sample>`_
in the source tree. in the source tree.
Quick Test Script Quick Test Script
@ -22,7 +22,7 @@ This quick test script creates two sites with a router, a network and a subnet c
with public network. Then, connect both sites via VPN. with public network. Then, connect both sites via VPN.
You can find an example at `tools/test_script.sh You can find an example at `tools/test_script.sh
<https://git.openstack.org/cgit/openstack/neutron-vpnaas/tree/tools/test_script.sh>`_ <https://opendev.org/openstack/neutron-vpnaas/src/branch/master/tools/test_script.sh>`_
in the source tree. in the source tree.
Using Two DevStack Nodes for Testing Using Two DevStack Nodes for Testing
@ -159,7 +159,7 @@ DevStack Configuration
^^^^^^^^^^^^^^^^^^^^^^ ^^^^^^^^^^^^^^^^^^^^^^
For single DevStack and two routers case, You can find an example at `devstack/local_AIO.conf.sample For single DevStack and two routers case, You can find an example at `devstack/local_AIO.conf.sample
<https://git.openstack.org/cgit/openstack/neutron-vpnaas/tree/devstack/local_AIO.conf.sample>`_ <https://opendev.org/openstack/neutron-vpnaas/src/branch/master/devstack/local_AIO.conf.sample>`_
in the source tree. in the source tree.
Start up the cloud using ``./stack.sh`` and ensure it completes successfully. Start up the cloud using ``./stack.sh`` and ensure it completes successfully.

View File

@ -4,7 +4,7 @@ set -ex
VENV=${1:-"dsvm-functional"} VENV=${1:-"dsvm-functional"}
DEVSTACK_LOCAL_CONFIG="NETWORK_API_EXTENSIONS=all" DEVSTACK_LOCAL_CONFIG="NETWORK_API_EXTENSIONS=all"
DEVSTACK_LOCAL_CONFIG+=$'\n'"enable_plugin neutron-vpnaas https://git.openstack.org/openstack/neutron-vpnaas" DEVSTACK_LOCAL_CONFIG+=$'\n'"enable_plugin neutron-vpnaas https://opendev.org/openstack/neutron-vpnaas"
export DEVSTACK_LOCAL_CONFIG export DEVSTACK_LOCAL_CONFIG
case $VENV in case $VENV in

View File

@ -10,7 +10,7 @@ setenv = VIRTUAL_ENV={envdir}
OS_STDERR_CAPTURE={env:OS_STDERR_CAPTURE:true} OS_STDERR_CAPTURE={env:OS_STDERR_CAPTURE:true}
PYTHONWARNINGS=default::DeprecationWarning PYTHONWARNINGS=default::DeprecationWarning
usedevelop = True usedevelop = True
deps = -c{env:UPPER_CONSTRAINTS_FILE:https://git.openstack.org/cgit/openstack/requirements/plain/upper-constraints.txt} deps = -c{env:UPPER_CONSTRAINTS_FILE:https://opendev.org/openstack/requirements/raw/branch/master/upper-constraints.txt}
-r{toxinidir}/requirements.txt -r{toxinidir}/requirements.txt
-r{toxinidir}/test-requirements.txt -r{toxinidir}/test-requirements.txt
whitelist_externals = sh whitelist_externals = sh
@ -38,7 +38,7 @@ whitelist_externals =
# 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/neutron#egg=neutron" pip install -q -e "git+https://opendev.org/openstack/neutron#egg=neutron"
[testenv:py3-dev] [testenv:py3-dev]
basepython = python3 basepython = python3