From 68bc38ecafaef624f6df7e9adb1c9f8c223181b3 Mon Sep 17 00:00:00 2001 From: zhouxinyong Date: Tue, 13 Nov 2018 22:46:52 +0800 Subject: [PATCH] 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 --- doc/source/user/keystone.rst | 2 +- doc/source/user/troubleshooting.rst | 2 +- .../notes/support-staging-drivers-1c398a56dde9b240.yaml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/source/user/keystone.rst b/doc/source/user/keystone.rst index a56216920..e6a84a966 100644 --- a/doc/source/user/keystone.rst +++ b/doc/source/user/keystone.rst @@ -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 ============================================= diff --git a/doc/source/user/troubleshooting.rst b/doc/source/user/troubleshooting.rst index 7f4fd4fd1..e2571b379 100644 --- a/doc/source/user/troubleshooting.rst +++ b/doc/source/user/troubleshooting.rst @@ -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 diff --git a/releasenotes/notes/support-staging-drivers-1c398a56dde9b240.yaml b/releasenotes/notes/support-staging-drivers-1c398a56dde9b240.yaml index 7b3c11fa9..e6f574f7a 100644 --- a/releasenotes/notes/support-staging-drivers-1c398a56dde9b240.yaml +++ b/releasenotes/notes/support-staging-drivers-1c398a56dde9b240.yaml @@ -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 `_ + `Ironic-Staging-Drivers `_ To install the staging drivers set `staging_drivers_include` to true. The default value is false.