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

Change-Id: Ie69065452e56de091dee39c0eabdf735a9f04095
This commit is contained in:
caoyuan 2019-04-23 19:38:28 +08:00 committed by zhulingjie
parent de49260304
commit b81d6cb110
7 changed files with 9 additions and 9 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-fwaas: neutron-fwaas:
`Neutron CONTRIBUTING.rst <http://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 FWaaS 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-fwaas: neutron-fwaas:
`Neutron HACKING.rst <http://git.openstack.org/cgit/openstack/neutron/tree/HACKING.rst>`_ `Neutron HACKING.rst <https://opendev.org/openstack/neutron/src/branch/master/HACKING.rst>`_

View File

@ -21,10 +21,10 @@ 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 git.openstack.org at:
<https://git.openstack.org/cgit/openstack/neutron-fwaas>. <https://opendev.org/openstack/neutron-fwaas>.
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>`_
Get release notes: Get release notes:
`Neutron FWaaS Release Notes <https://docs.openstack.org/releasenotes/neutron-fwaas/>`_ `Neutron FWaaS Release Notes <https://docs.openstack.org/releasenotes/neutron-fwaas/>`_

View File

@ -5,8 +5,8 @@ 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-fwaas as well: be applicable to neutron-fwaas as well:
`Neutron TESTING.rst <http://git.openstack.org/cgit/openstack/neutron/tree/TESTING.rst>`_ `Neutron TESTING.rst <https://opendev.org/openstack/neutron/src/branch/master/TESTING.rst>`_
For instructions on how to use FWaaS with devstack, look at: For instructions on how to use FWaaS with devstack, look at:
`Neutron-FWaaS DevStack <http://git.openstack.org/cgit/openstack/neutron-fwaas/tree/devstack/README.rst>`_ `Neutron-FWaaS DevStack <https://opendev.org/openstack/neutron-fwaas/src/branch/master/devstack/README.rst>`_

View File

@ -1,5 +1,5 @@
# This file was shamelessly stolen from the neutron repository here: # This file was shamelessly stolen from 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
function plugin_agent_add_l2_agent_extension { function plugin_agent_add_l2_agent_extension {
local l2_agent_extension=$1 local l2_agent_extension=$1

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
function plugin_agent_add_l3_agent_extension { function plugin_agent_add_l3_agent_extension {
local l3_agent_extension=$1 local l3_agent_extension=$1

View File

@ -7,7 +7,7 @@ skipsdist = True
setenv = VIRTUAL_ENV={envdir} setenv = VIRTUAL_ENV={envdir}
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 = whitelist_externals =