Replace git.openstack.org URLs with opendev.org URLs
Change-Id: Idf2aeff4939079743dfae567ea15193b971af464
This commit is contained in:
parent
be10a61abd
commit
e69c508770
@ -1,4 +1,4 @@
|
||||
Please see the Neutron CONTRIBUTING.rst file for how to contribute to
|
||||
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>`_
|
||||
|
@ -4,4 +4,4 @@ Neutron VPNaaS Style Commandments
|
||||
Please see the Neutron HACKING.rst file for style commandments for
|
||||
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>`_
|
||||
|
@ -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
|
||||
page for all Neutron projects.
|
||||
|
||||
Code is available on git.openstack.org at:
|
||||
https://git.openstack.org/cgit/openstack/neutron-vpnaas.
|
||||
Code is available on opendev.org at:
|
||||
https://opendev.org/openstack/neutron-vpnaas.
|
||||
|
||||
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
|
||||
========================
|
||||
|
@ -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
|
||||
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>`_
|
||||
|
@ -1,5 +1,5 @@
|
||||
# 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}
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
[[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
|
||||
enable_service q-svc
|
||||
|
@ -5,7 +5,7 @@ enable_service q-agent
|
||||
enable_service q-dhcp
|
||||
enable_service q-l3
|
||||
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_NETWORK_SIZE=256
|
||||
|
@ -33,7 +33,7 @@ section of devstack's local.conf file::
|
||||
|
||||
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'.
|
||||
However, depending upon the Linux distribution, you may need to override
|
||||
|
@ -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=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
|
||||
|
||||
To get in touch with the neutron-vpnaas community,
|
||||
|
@ -5,7 +5,7 @@ Core reviewers and Driver maintainers
|
||||
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>`_.
|
||||
|
||||
Driver maintainers
|
||||
|
@ -12,7 +12,7 @@ you'll need the following settings in your local.conf.
|
||||
|
||||
|
||||
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.
|
||||
|
||||
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.
|
||||
|
||||
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.
|
||||
|
||||
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
|
||||
<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.
|
||||
|
||||
Start up the cloud using ``./stack.sh`` and ensure it completes successfully.
|
||||
|
@ -4,7 +4,7 @@ set -ex
|
||||
|
||||
VENV=${1:-"dsvm-functional"}
|
||||
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
|
||||
|
||||
case $VENV in
|
||||
|
4
tox.ini
4
tox.ini
@ -10,7 +10,7 @@ setenv = VIRTUAL_ENV={envdir}
|
||||
OS_STDERR_CAPTURE={env:OS_STDERR_CAPTURE:true}
|
||||
PYTHONWARNINGS=default::DeprecationWarning
|
||||
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}/test-requirements.txt
|
||||
whitelist_externals = sh
|
||||
@ -38,7 +38,7 @@ whitelist_externals =
|
||||
# https://pip.pypa.io/en/stable/reference/pip_install/#editable-installs
|
||||
# note that order is important to ensure dependencies don't override
|
||||
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]
|
||||
basepython = python3
|
||||
|
Loading…
Reference in New Issue
Block a user