Merge "Replace http with https for doc links in ironic-inspector"
This commit is contained in:
commit
df3b8605ba
@ -5,8 +5,8 @@ Hardware introspection for OpenStack Bare Metal
|
|||||||
Introduction
|
Introduction
|
||||||
============
|
============
|
||||||
|
|
||||||
.. image:: http://governance.openstack.org/badges/ironic-inspector.svg
|
.. image:: https://governance.openstack.org/tc/badges/ironic-inspector.svg
|
||||||
:target: http://governance.openstack.org/reference/tags/index.html
|
:target: https://governance.openstack.org/tc/reference/tags/index.html
|
||||||
|
|
||||||
This is an auxiliary service for discovering hardware properties for a
|
This is an auxiliary service for discovering hardware properties for a
|
||||||
node managed by `Ironic`_. Hardware introspection or hardware
|
node managed by `Ironic`_. Hardware introspection or hardware
|
||||||
@ -34,4 +34,4 @@ Release Notes
|
|||||||
|
|
||||||
For information on any current or prior version, see `the release notes`_.
|
For information on any current or prior version, see `the release notes`_.
|
||||||
|
|
||||||
.. _the release notes: http://docs.openstack.org/releasenotes/ironic-inspector/
|
.. _the release notes: https://docs.openstack.org/releasenotes/ironic-inspector/
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
Upgrade Guide
|
Upgrade Guide
|
||||||
-------------
|
-------------
|
||||||
|
|
||||||
The `release notes <http://docs.openstack.org/releasenotes/ironic-inspector/>`_
|
The `release notes <https://docs.openstack.org/releasenotes/ironic-inspector/>`_
|
||||||
should always be read carefully when upgrading the ironic-inspector service.
|
should always be read carefully when upgrading the ironic-inspector service.
|
||||||
Starting with the Mitaka series, specific upgrade steps and considerations are
|
Starting with the Mitaka series, specific upgrade steps and considerations are
|
||||||
well-documented in the release notes.
|
well-documented in the release notes.
|
||||||
|
@ -15,8 +15,8 @@ packaged, some of them - under its old name *ironic-discoverd*.
|
|||||||
|
|
||||||
There are several projects you can use to set up **ironic-inspector** in
|
There are several projects you can use to set up **ironic-inspector** in
|
||||||
production. `puppet-ironic
|
production. `puppet-ironic
|
||||||
<http://git.openstack.org/cgit/openstack/puppet-ironic/>`_ provides Puppet
|
<https://git.openstack.org/cgit/openstack/puppet-ironic/>`_ provides Puppet
|
||||||
manifests, while `bifrost <http://docs.openstack.org/developer/bifrost/>`_
|
manifests, while `bifrost <https://docs.openstack.org/bifrost/latest/>`_
|
||||||
provides an Ansible-based standalone installer. Refer to Configuration_
|
provides an Ansible-based standalone installer. Refer to Configuration_
|
||||||
if you plan on installing **ironic-inspector** manually.
|
if you plan on installing **ironic-inspector** manually.
|
||||||
|
|
||||||
|
@ -288,7 +288,7 @@ Response body: JSON dictionary with ``uuid`` key.
|
|||||||
|
|
||||||
.. _hardware inventory: https://docs.openstack.org/ironic-python-agent/latest/admin/how_it_works.html#hardware-inventory
|
.. _hardware inventory: https://docs.openstack.org/ironic-python-agent/latest/admin/how_it_works.html#hardware-inventory
|
||||||
.. _Specifying the disk for deployment root device hints:
|
.. _Specifying the disk for deployment root device hints:
|
||||||
http://docs.openstack.org/project-install-guide/baremetal/draft/advanced.html#specifying-the-disk-for-deployment-root-device-hints
|
https://docs.openstack.org/ironic/latest/install/advanced.html#specifying-the-disk-for-deployment-root-device-hints
|
||||||
|
|
||||||
Error Response
|
Error Response
|
||||||
~~~~~~~~~~~~~~
|
~~~~~~~~~~~~~~
|
||||||
|
Loading…
Reference in New Issue
Block a user