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

Change-Id: I3cc418bd8219a3d4f3ab5c018adf06b66ef36b46
This commit is contained in:
jacky06 2019-04-23 13:44:39 +08:00
parent b62a1cd1a4
commit 9a91b4ad38
6 changed files with 10 additions and 10 deletions

View File

@ -32,6 +32,6 @@ provides a Python API (the ``neutronclient`` module) and a command-line tool
.. _Launchpad project: https://launchpad.net/python-neutronclient .. _Launchpad project: https://launchpad.net/python-neutronclient
.. _Blueprints: https://blueprints.launchpad.net/python-neutronclient .. _Blueprints: https://blueprints.launchpad.net/python-neutronclient
.. _Bugs: https://bugs.launchpad.net/python-neutronclient .. _Bugs: https://bugs.launchpad.net/python-neutronclient
.. _Source: https://git.openstack.org/cgit/openstack/python-neutronclient .. _Source: https://opendev.org/openstack/python-neutronclient
.. _Developer's Guide: http://docs.openstack.org/infra/manual/developers.html .. _Developer's Guide: http://docs.openstack.org/infra/manual/developers.html
.. _Release Notes: https://docs.openstack.org/releasenotes/python-neutronclient .. _Release Notes: https://docs.openstack.org/releasenotes/python-neutronclient

View File

@ -29,7 +29,7 @@ command-line interface (CLI), to the
`OpenStack Client (OSC) <https://github.com/openstack/python-openstackclient>`_ `OpenStack Client (OSC) <https://github.com/openstack/python-openstackclient>`_
and the `OpenStack Python SDK <https://github.com/openstack/openstacksdk>`_. and the `OpenStack Python SDK <https://github.com/openstack/openstacksdk>`_.
This transition is being guided by the This transition is being guided by the
`Deprecate individual CLIs in favour of OSC <https://review.openstack.org/#/c/243348/>`_ `Deprecate individual CLIs in favour of OSC <https://review.opendev.org/#/c/243348/>`_
OpenStack spec. See the `Neutron RFE <https://bugs.launchpad.net/neutron/+bug/1521291>`_, OpenStack spec. See the `Neutron RFE <https://bugs.launchpad.net/neutron/+bug/1521291>`_,
`OSC neutron support etherpad <https://etherpad.openstack.org/p/osc-neutron-support>`_ and `OSC neutron support etherpad <https://etherpad.openstack.org/p/osc-neutron-support>`_ and
details below for the overall progress of this transition. details below for the overall progress of this transition.
@ -56,16 +56,16 @@ Transition Steps
---------------- ----------------
1. **Done:** OSC adds OpenStack Python SDK as a dependency. See the following 1. **Done:** OSC adds OpenStack Python SDK as a dependency. See the following
patch set: https://review.openstack.org/#/c/138745/ patch set: https://review.opendev.org/#/c/138745/
2. **Done:** OSC switches its networking support for the 2. **Done:** OSC switches its networking support for the
`network <https://docs.openstack.org/python-openstackclient/latest/cli/command-objects/network.html>`_ `network <https://docs.openstack.org/python-openstackclient/latest/cli/command-objects/network.html>`_
command object to use the OpenStack Python SDK instead of the neutron command object to use the OpenStack Python SDK instead of the neutron
client's Python library. See the following patch set: client's Python library. See the following patch set:
https://review.openstack.org/#/c/253348/ https://review.opendev.org/#/c/253348/
3. **Done:** OSC removes its python-neutronclient dependency. 3. **Done:** OSC removes its python-neutronclient dependency.
See the following patch set: https://review.openstack.org/#/c/255545/ See the following patch set: https://review.opendev.org/#/c/255545/
4. **In Progress:** OpenStack Python SDK releases version 1.0 to guarantee 4. **In Progress:** OpenStack Python SDK releases version 1.0 to guarantee
backwards compatibility of its networking support and OSC updates backwards compatibility of its networking support and OSC updates
@ -99,7 +99,7 @@ Transition Steps
developer guide section below for more information on this step. developer guide section below for more information on this step.
7. **In Progress:** Deprecate the ``neutron`` CLI. Running the CLI after 7. **In Progress:** Deprecate the ``neutron`` CLI. Running the CLI after
it has been `deprecated <https://review.openstack.org/#/c/393903/>`_ it has been `deprecated <https://review.opendev.org/#/c/393903/>`_
will issue a warning message: will issue a warning message:
``neutron CLI is deprecated and will be removed in the future. Use openstack CLI instead.`` ``neutron CLI is deprecated and will be removed in the future. Use openstack CLI instead.``
In addition, no new features will be added to the CLI, though fixes to In addition, no new features will be added to the CLI, though fixes to

View File

@ -31,7 +31,7 @@ def add_minimum_bandwidth_arguments(parser):
help=_('QoS minimum bandwidth assurance, expressed in kilobits ' help=_('QoS minimum bandwidth assurance, expressed in kilobits '
'per second.')) 'per second.'))
# NOTE(ralonsoh): the only direction implemented is "egress". Please, # NOTE(ralonsoh): the only direction implemented is "egress". Please,
# refer to the spec (https://review.openstack.org/#/c/316082/). # refer to the spec (https://review.opendev.org/#/c/316082/).
parser.add_argument( parser.add_argument(
'--direction', '--direction',
# NOTE(ihrachys): though server picks the default for us (egress), it's # NOTE(ihrachys): though server picks the default for us (egress), it's

View File

@ -1,2 +1,2 @@
enable_plugin neutron-fwaas https://git.openstack.org/openstack/neutron-fwaas enable_plugin neutron-fwaas https://opendev.org/openstack/neutron-fwaas
enable_service q-fwaas enable_service q-fwaas

View File

@ -1 +1 @@
enable_plugin neutron-vpnaas https://git.openstack.org/openstack/neutron-vpnaas enable_plugin neutron-vpnaas https://opendev.org/openstack/neutron-vpnaas

View File

@ -12,7 +12,7 @@ setenv = VIRTUAL_ENV={envdir}
PYTHONWARNINGS=default::DeprecationWarning PYTHONWARNINGS=default::DeprecationWarning
usedevelop = True usedevelop = True
install_command = pip install {opts} {packages} install_command = pip install {opts} {packages}
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
# Delete bytecodes from normal directories before running tests. # Delete bytecodes from normal directories before running tests.