Applying the HTTPS protocal.

To keep the website in this file be more robust,
we'd better update the links to HTTPS type

Change-Id: Idbc5e0ebd1e4b20b79da2a79d77fa0ddd662f19a
This commit is contained in:
zhouxinyong 2018-11-13 22:46:52 +08:00
parent eca1fba63e
commit 68bc38ecaf
3 changed files with 3 additions and 3 deletions

View File

@ -49,7 +49,7 @@ These roles are ``baremetal_admin`` and ``baremetal_observer``
and a user can learn more about the roles from the ironic `install
guide`_.
.. _`install guide`: http://docs.openstack.org/project-install-guide/baremetal/draft/configure-integration.html#configure-the-identity-service-for-the-bare-metal-service
.. _`install guide`: https://docs.openstack.org/project-install-guide/baremetal/draft/configure-integration.html#configure-the-identity-service-for-the-bare-metal-service
Individual playbook use with os-client-config
=============================================

View File

@ -64,7 +64,7 @@ and Tiny Core based images are what are used by the OpenStack CI for
ironic tests.
CoreOS::
http://git.openstack.org/cgit/openstack/ironic-python-agent/tree/imagebuild/coreos/README.rst
https://git.openstack.org/cgit/openstack/ironic-python-agent/tree/imagebuild/coreos/README.rst
TinyIPA::
https://git.openstack.org/cgit/openstack/ironic-python-agent/tree/imagebuild/tinyipa/README.rst

View File

@ -4,6 +4,6 @@ features:
drivers that are not included in the ironic repo, and
provide additional hardware support for ironic. More
information about the drivers can be found at
`Ironic-Staging-Drivers <http://git.openstack.org/cgit/openstack/ironic-staging-drivers>`_
`Ironic-Staging-Drivers <https://git.openstack.org/cgit/openstack/ironic-staging-drivers>`_
To install the staging drivers set `staging_drivers_include`
to true. The default value is false.