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

This commit is contained in:
Zuul 2019-06-10 15:46:58 +00:00 committed by Gerrit Code Review
commit 9403efa6da
4 changed files with 7 additions and 7 deletions

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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/>`_