Replace http with https for doc links in ironic-inspector

1) Update doc links according to OpenStack document migration
2) Use https instead of http for docs links

Change-Id: Ic6ae704cc097e5f27d7f37e5a773f55f0c79a617
This commit is contained in:
shangxiaobj 2017-08-31 19:13:00 -07:00 committed by ShangXiao
parent 94ac8738db
commit 9954f19a33
4 changed files with 7 additions and 7 deletions

View File

@ -5,8 +5,8 @@ Hardware introspection for OpenStack Bare Metal
Introduction
============
.. image:: http://governance.openstack.org/badges/ironic-inspector.svg
:target: http://governance.openstack.org/reference/tags/index.html
.. image:: https://governance.openstack.org/tc/badges/ironic-inspector.svg
:target: https://governance.openstack.org/tc/reference/tags/index.html
This is an auxiliary service for discovering hardware properties for a
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`_.
.. _the release notes: http://docs.openstack.org/releasenotes/ironic-inspector/
.. _the release notes: https://docs.openstack.org/releasenotes/ironic-inspector/

View File

@ -1,7 +1,7 @@
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.
Starting with the Mitaka series, specific upgrade steps and considerations are
well-documented in the release notes.

View File

@ -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
production. `puppet-ironic
<http://git.openstack.org/cgit/openstack/puppet-ironic/>`_ provides Puppet
manifests, while `bifrost <http://docs.openstack.org/developer/bifrost/>`_
<https://git.openstack.org/cgit/openstack/puppet-ironic/>`_ provides Puppet
manifests, while `bifrost <https://docs.openstack.org/bifrost/latest/>`_
provides an Ansible-based standalone installer. Refer to Configuration_
if you plan on installing **ironic-inspector** manually.

View File

@ -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
.. _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
~~~~~~~~~~~~~~