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

Change-Id: Icefd14eead5005db43ded6e03d48811b989f71d8
This commit is contained in:
zhulingjie 2019-04-23 16:59:45 +08:00
parent f016d87949
commit 9d6744af78
4 changed files with 7 additions and 7 deletions

@ -540,8 +540,8 @@ tree as well.
References
==========
.. [#] http://www.ansible.com/
.. [#] http://git.openstack.org/cgit/openstack/ironic-staging-drivers
.. [#] https://www.ansible.com/
.. [#] https://opendev.org/x/ironic-staging-drivers/
.. [#] http://ironic-staging-drivers.readthedocs.io/en/latest/drivers/ansible.html
.. [#] http://git.openstack.org/cgit/openstack/ironic-python-agent-builder
.. [#] http://pshchelo.github.io/ansible-deploy-perf.html
.. [#] https://opendev.org/openstack/ironic-python-agent-builder/
.. [#] https://pshchelo.github.io/ansible-deploy-perf.html

@ -363,5 +363,5 @@ to hardware types with a examples and a mapping between old and new drivers.
References
==========
.. _driver_factory.py: https://git.openstack.org/cgit/openstack/ironic/tree/ironic/common/driver_factory.py
.. _driver_factory.py: https://opendev.org/openstack/ironic/src/branch/master/ironic/common/driver_factory.py
.. _BaseDriver: https://docs.openstack.org/ironic/latest/contributor/api/ironic.drivers.base.html#ironic.drivers.base.BaseDriver

@ -15,7 +15,7 @@ https://storyboard.openstack.org/#!/story/1715419
In Ironic, we have a concept of steps [1]_ to be executed to achieve a task
utilizing a blend of driver code running in the conductor and code operating
inside of the
`ironic-python-agent <https://git.openstack.org/cgit/openstack/ironic-python-agent>`_.
`ironic-python-agent <https://opendev.org/openstack/ironic-python-agent>`_.
In order for this to be useful, we have to be able to raise the visibility of
what is available to be performed to the end user of the API. Presently users

@ -130,7 +130,7 @@ None
References
==========
* `Spec for ManagementInterface <https://git.openstack.org/cgit/openstack/ironic-specs/tree/specs/juno/new-management-interface.rst>`_
* `Spec for ManagementInterface <https://opendev.org/openstack/ironic-specs/src/branch/master/specs/juno/new-management-interface.rst>`_
* `OpenWSMAN library <http://openwsman.github.io/>`_