Replace git.openstack.org URLs with opendev.org URLs
Change-Id: Ib4a523adf3275a8727d5a4f2a149e163a81be3cc
This commit is contained in:
parent
433d34ed41
commit
9b7bcbda2f
@ -23,6 +23,6 @@ different messaging transports.
|
|||||||
|
|
||||||
* License: Apache License, Version 2.0
|
* License: Apache License, Version 2.0
|
||||||
* Documentation: https://docs.openstack.org/oslo.messaging/latest/
|
* Documentation: https://docs.openstack.org/oslo.messaging/latest/
|
||||||
* Source: https://git.openstack.org/cgit/openstack/oslo.messaging
|
* Source: https://opendev.org/openstack/oslo.messaging
|
||||||
* Bugs: https://bugs.launchpad.net/oslo.messaging
|
* Bugs: https://bugs.launchpad.net/oslo.messaging
|
||||||
* Release notes: https://docs.openstack.org/releasenotes/oslo.messaging/
|
* Release notes: https://docs.openstack.org/releasenotes/oslo.messaging/
|
||||||
|
@ -24,7 +24,7 @@ More detail regarding the AMQP 1.0 Protocol is available from the
|
|||||||
More detail regarding the driver's implementation is available from
|
More detail regarding the driver's implementation is available from
|
||||||
the `oslo specification`_.
|
the `oslo specification`_.
|
||||||
|
|
||||||
.. _oslo specification: https://git.openstack.org/cgit/openstack/oslo-specs/tree/specs/juno/amqp10-driver-implementation.rst
|
.. _oslo specification: https://opendev.org/openstack/oslo-specs/src/branch/master/specs/juno/amqp10-driver-implementation.rst
|
||||||
|
|
||||||
========
|
========
|
||||||
Abstract
|
Abstract
|
||||||
@ -586,7 +586,7 @@ repository must be enabled. For example:
|
|||||||
::
|
::
|
||||||
|
|
||||||
[[local|localrc]]
|
[[local|localrc]]
|
||||||
enable_plugin amqp1 https://git.openstack.org/openstack/devstack-plugin-amqp1
|
enable_plugin amqp1 https://opendev.org/openstack/devstack-plugin-amqp1
|
||||||
|
|
||||||
Set the username and password variables if needed for the
|
Set the username and password variables if needed for the
|
||||||
configuration:
|
configuration:
|
||||||
|
@ -18,8 +18,8 @@ More detail regarding the driver's implementation is available from
|
|||||||
the `adding kafka driver specification`_ and the `update kafka driver
|
the `adding kafka driver specification`_ and the `update kafka driver
|
||||||
specification`_ .
|
specification`_ .
|
||||||
|
|
||||||
.. _adding kafka driver specification: https://git.openstack.org/cgit/openstack/oslo-specs/tree/specs/liberty/adding-kafka-support.rst
|
.. _adding kafka driver specification: https://opendev.org/openstack/oslo-specs/src/branch/master/specs/liberty/adding-kafka-support.rst
|
||||||
.. _update kafka driver specification: https://git.openstack.org/cgit/openstack/oslo-specs/tree/specs/queens/update-kafka-support.rst
|
.. _update kafka driver specification: https://opendev.org/openstack/oslo-specs/src/branch/master/specs/queens/update-kafka-support.rst
|
||||||
|
|
||||||
========
|
========
|
||||||
Overview
|
Overview
|
||||||
@ -211,7 +211,7 @@ plugin repository must be enabled. For example:
|
|||||||
::
|
::
|
||||||
|
|
||||||
[[local|localrc]]
|
[[local|localrc]]
|
||||||
enable_plugin kafka https://git.openstack.org/openstack/devstack-plugin-kafka
|
enable_plugin kafka https://opendev.org/openstack/devstack-plugin-kafka
|
||||||
|
|
||||||
|
|
||||||
Set the Kafka and Scala version and location variables if needed for
|
Set the Kafka and Scala version and location variables if needed for
|
||||||
|
@ -1136,9 +1136,9 @@ References
|
|||||||
==========
|
==========
|
||||||
|
|
||||||
.. [1] https://blueprints.launchpad.net/oslo.messaging/+spec/amqp10-driver-implementation
|
.. [1] https://blueprints.launchpad.net/oslo.messaging/+spec/amqp10-driver-implementation
|
||||||
.. [2] https://git.openstack.org/cgit/openstack/oslo-specs/tree/specs/juno/amqp10-driver-implementation.rst
|
.. [2] https://opendev.org/openstack/oslo-specs/src/branch/master/specs/juno/amqp10-driver-implementation.rst
|
||||||
.. [3] https://review.openstack.org/#/c/314603/
|
.. [3] https://review.opendev.org/#/c/314603/
|
||||||
.. [4] https://github.com/kgiusti/pyngus
|
.. [4] https://github.com/kgiusti/pyngus
|
||||||
.. [5] https://github.com/apache/qpid-proton
|
.. [5] https://github.com/apache/qpid-proton
|
||||||
.. [6] https://review.openstack.org/#/c/317285/
|
.. [6] https://review.opendev.org/#/c/317285/
|
||||||
.. [7] https://git.openstack.org/openstack/oslo.messaging
|
.. [7] https://opendev.org/openstack/oslo.messaging
|
||||||
|
2
tox.ini
2
tox.ini
@ -10,7 +10,7 @@ passenv = OS_*
|
|||||||
REQUIREMENTS_PIP_LOCATION
|
REQUIREMENTS_PIP_LOCATION
|
||||||
install_command = pip install {opts} {packages}
|
install_command = pip install {opts} {packages}
|
||||||
deps =
|
deps =
|
||||||
-c{env:UPPER_CONSTRAINTS_FILE:https://git.openstack.org/cgit/openstack/requirements/plain/upper-constraints.txt}
|
-c{env:UPPER_CONSTRAINTS_FILE:https://opendev.org/openstack/requirements/raw/branch/master/upper-constraints.txt}
|
||||||
-r{toxinidir}/test-requirements.txt
|
-r{toxinidir}/test-requirements.txt
|
||||||
-r{toxinidir}/requirements.txt
|
-r{toxinidir}/requirements.txt
|
||||||
commands = stestr run --slowest {posargs}
|
commands = stestr run --slowest {posargs}
|
||||||
|
Loading…
Reference in New Issue
Block a user