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

Change-Id: I00ba5df2ece7f783830e794affd944f2b48bcf48
This commit is contained in:
jacky06 2019-04-23 13:25:28 +08:00
parent 1984e99228
commit 9d5f06e960
6 changed files with 8 additions and 8 deletions

View File

@ -21,7 +21,7 @@ Contents
The code for this library was exported from the incubator before we
started using specs documents. See
http://git.openstack.org/cgit/openstack/oslo.i18n
https://opendev.org/openstack/oslo.i18n
* openstack/common/gettextutils.py
* tests/unit/test_gettextutils.py

View File

@ -669,9 +669,9 @@ References
==========
.. [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] http://qpid.apache.org/components/dispatch-router/index.html
.. [4] https://git.openstack.org/cgit/openstack/devstack-plugin-amqp1/commit/?id=142d975ac38a6a22c3a1eee6f43009d2098b270d
.. [4] https://opendev.org/openstack/devstack-plugin-amqp1/commit/142d975ac38a6a22c3a1eee6f43009d2098b270d
.. [5] http://docs.openstack.org/developer/oslo.messaging/AMQP1.0.html
.. note::

View File

@ -172,7 +172,7 @@ debtcollector: http://docs.openstack.org/developer/debtcollector/
JSON: http://www.json.org/
oslo.policy: http://git.openstack.org/cgit/openstack/oslo.policy/
oslo.policy: https://opendev.org/openstack/oslo.policy/
http://docs.openstack.org/developer/oslo.policy/
PyYAML: http://pyyaml.org/

View File

@ -218,7 +218,7 @@ This additional module will not require any dependencies.
References
==========
oslo.config: http://git.openstack.org/cgit/openstack/oslo.config/
oslo.config: https://opendev.org/openstack/oslo.config/
http://docs.openstack.org/developer/oslo.config/
neutron: http://github.com/openstack/neutron

View File

@ -211,7 +211,7 @@ References
* Backend Drivers for oslo.config:
`<http://specs.openstack.org/openstack/oslo-specs/specs/queens/oslo-config-drivers.html>`_
* Keystone Middleware option type coercing:
`<http://git.openstack.org/cgit/openstack/keystonemiddleware/tree/keystonemiddleware/_common/config.py>`_
`<https://opendev.org/openstack/keystonemiddleware/src/branch/master/keystonemiddleware/_common/config.py>`_
.. note::
@ -220,4 +220,4 @@ References
http://creativecommons.org/licenses/by/3.0/legalcode
.. _drivers: http://specs.openstack.org/openstack/oslo-specs/specs/queens/oslo-config-drivers.html
.. _keystonemiddleware: http://git.openstack.org/cgit/openstack/keystonemiddleware/tree/keystonemiddleware/_common/config.py
.. _keystonemiddleware: https://opendev.org/openstack/keystonemiddleware/src/branch/master/keystonemiddleware/_common/config.py

View File

@ -18,7 +18,7 @@ commands = {posargs}
[testenv:docs]
basepython = python3
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}/doc/requirements.txt
commands = sphinx-build -W -b html doc/source doc/build/html