summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorZuul <zuul@review.openstack.org>2018-04-09 14:26:57 +0000
committerGerrit Code Review <review@openstack.org>2018-04-09 14:26:57 +0000
commit8db79f0f2c61ac7ccb37cbf76bd87e4b2050a5db (patch)
tree475a6217aa1182c41d97cfb14c9080d7958ee770 /doc
parent3697c6276ccaeb728c82e360e63d056164519652 (diff)
parent9ea09fca8a498443f2e995398c1187cad4e1d29a (diff)
downloadironic-8db79f0f2c61ac7ccb37cbf76bd87e4b2050a5db.tar.gz
Merge "Update and replace http with https for doc links"
Diffstat (limited to 'doc')
-rw-r--r--doc/source/admin/drivers/ansible.rst8
-rw-r--r--doc/source/admin/drivers/ilo.rst12
-rw-r--r--doc/source/admin/drivers/oneview.rst2
-rw-r--r--doc/source/admin/drivers/ucs.rst2
-rw-r--r--doc/source/admin/multitenancy.rst6
5 files changed, 15 insertions, 15 deletions
diff --git a/doc/source/admin/drivers/ansible.rst b/doc/source/admin/drivers/ansible.rst
index 20fb5905a..48ba9883a 100644
--- a/doc/source/admin/drivers/ansible.rst
+++ b/doc/source/admin/drivers/ansible.rst
@@ -452,7 +452,7 @@ You can use these modules in your playbooks as well.
The name is chosen so that the ``parted`` module included in Ansible
is not shadowed.
-.. _Ansible: http://docs.ansible.com/ansible/latest/index.html
-.. _Ironic Python Agent: http://docs.openstack.org/developer/ironic-python-agent
-.. _ironic-staging-drivers: http://git.openstack.org/cgit/openstack/ironic-staging-drivers/tree/imagebuild?h=stable/pike
-.. _ironic-python-agent-builder: http://git.openstack.org/cgit/openstack/ironic-python-agent-builder
+.. _Ansible: https://docs.ansible.com/ansible/latest/index.html
+.. _Ironic Python Agent: https://docs.openstack.org/ironic-python-agent/latest/
+.. _ironic-staging-drivers: https://git.openstack.org/cgit/openstack/ironic-staging-drivers/tree/imagebuild?h=stable/pike
+.. _ironic-python-agent-builder: https://git.openstack.org/cgit/openstack/ironic-python-agent-builder
diff --git a/doc/source/admin/drivers/ilo.rst b/doc/source/admin/drivers/ilo.rst
index 90e98b4c2..8a41a6b3d 100644
--- a/doc/source/admin/drivers/ilo.rst
+++ b/doc/source/admin/drivers/ilo.rst
@@ -1274,7 +1274,7 @@ Inspection can also discover the following extra capabilities for iLO drivers:
* The capability ``nic_capacity`` can only be discovered if ipmitool
version >= 1.8.15 is used on the conductor. The latest version can be
- downloaded from `here <http://sourceforge.net/projects/ipmitool/>`__.
+ downloaded from `here <https://sourceforge.net/projects/ipmitool/>`__.
* The iLO firmware version needs to be 2.10 or above for nic_capacity to be
discovered.
@@ -2041,13 +2041,13 @@ generating Certificate Signing Request (CSR). Use the same value as
certificate validation errors related to hostname mismatch.
-.. _`ssacli documentation`: http://h20566.www2.hpe.com/hpsc/doc/public/display?docId=c03909334
+.. _`ssacli documentation`: https://support.hpe.com/hpsc/doc/public/display?docId=c03909334
.. _`proliant-tools`: https://docs.openstack.org/diskimage-builder/latest/elements/proliant-tools/README.html
-.. _`HPE iLO4 User Guide`: http://h20566.www2.hpe.com/hpsc/doc/public/display?docId=c03334051
+.. _`HPE iLO4 User Guide`: https://h20566.www2.hpe.com/hpsc/doc/public/display?docId=c03334051
.. _`iLO 4 management engine`: https://www.hpe.com/us/en/servers/integrated-lights-out-ilo.html
.. _`iLO 5 management engine`: https://www.hpe.com/us/en/servers/integrated-lights-out-ilo.html#innovations
.. _`Redfish`: https://www.dmtf.org/standards/redfish
.. _`Gen10 wiki section`: https://wiki.openstack.org/wiki/Ironic/Drivers/iLODrivers/master#Enabling_ProLiant_Gen10_systems_in_Ironic
-.. _`Guidelines for SPP ISO`: http://h17007.www1.hpe.com/us/en/enterprise/servers/products/service_pack/spp
-.. _`SUM`: http://h17007.www1.hpe.com/us/en/enterprise/servers/products/service_pack/hpsum/index.aspx
-.. _`SUM User Guide`: http://h20565.www2.hpe.com/hpsc/doc/public/display?docId=c05210448
+.. _`Guidelines for SPP ISO`: https://h17007.www1.hpe.com/us/en/enterprise/servers/products/service_pack/spp
+.. _`SUM`: https://h17007.www1.hpe.com/us/en/enterprise/servers/products/service_pack/hpsum/index.aspx
+.. _`SUM User Guide`: https://h20565.www2.hpe.com/hpsc/doc/public/display?docId=c05210448
diff --git a/doc/source/admin/drivers/oneview.rst b/doc/source/admin/drivers/oneview.rst
index 9c975aed6..0db6783c1 100644
--- a/doc/source/admin/drivers/oneview.rst
+++ b/doc/source/admin/drivers/oneview.rst
@@ -435,7 +435,7 @@ References
.. [1] HP OneView - https://www.hpe.com/us/en/integrated-systems/software.html
.. [2] :ref:`architecture_drivers`
.. [3] hpOneView - https://pypi.python.org/pypi/hpOneView
-.. [6] Dynamic Allocation in OneView drivers - http://specs.openstack.org/openstack/ironic-specs/specs/not-implemented/oneview-drivers-dynamic-allocation.html
+.. [6] Dynamic Allocation in OneView drivers - https://specs.openstack.org/openstack/ironic-specs/specs/not-implemented/oneview-drivers-dynamic-allocation.html
.. [7] ironic-oneviewd - https://pypi.python.org/pypi/ironic-oneviewd/
.. [8] ironic-oneview-cli - https://pypi.python.org/pypi/ironic-oneview-cli/
.. [9] ironic-inspector - https://docs.openstack.org/ironic-inspector/latest/
diff --git a/doc/source/admin/drivers/ucs.rst b/doc/source/admin/drivers/ucs.rst
index 77a609611..56b74937f 100644
--- a/doc/source/admin/drivers/ucs.rst
+++ b/doc/source/admin/drivers/ucs.rst
@@ -20,7 +20,7 @@ management operations on the baremetal node (instead of using IPMI).
The UCS drivers can use the Ironic Inspector service for in-band inspection of
equipment. For more information see the `Ironic Inspector documentation
-<http://docs.openstack.org/ironic-inspector/latest>`_.
+<https://docs.openstack.org/ironic-inspector/latest>`_.
Prerequisites
=============
diff --git a/doc/source/admin/multitenancy.rst b/doc/source/admin/multitenancy.rst
index 5e95ab62e..8d40bf498 100644
--- a/doc/source/admin/multitenancy.rst
+++ b/doc/source/admin/multitenancy.rst
@@ -189,7 +189,7 @@ switches you have in your environment.
In order for Networking service ports to correctly operate with the Bare Metal
service ``flat`` network interface the ``baremetal`` ML2 mechanism driver from
`networking-baremetal
-<http://git.openstack.org/cgit/openstack/networking-baremetal>`_ needs to be
+<https://git.openstack.org/cgit/openstack/networking-baremetal>`_ needs to be
loaded into the Networking service configuration. This driver understands that
the switch should be already configured by the admin, and will mark the
networking service ports as successfully bound as nothing else needs to be
@@ -223,7 +223,7 @@ This is a list of known top of rack ML2 mechanism drivers which work with the
Cisco Nexus 9000 series
To install and configure this ML2 mechanism driver see `Nexus Mechanism
Driver Installation Guide
- <http://networking-cisco.readthedocs.io/projects/test/en/latest/install/ml2-nexus.html#nexus-mechanism-driver-installation-guide>`_.
+ <https://networking-cisco.readthedocs.io/projects/test/en/latest/install/ml2-nexus.html#nexus-mechanism-driver-installation-guide>`_.
FUJITSU CFX2000
``networking-fujitsu`` ML2 driver supports this switch. The documentation
@@ -234,4 +234,4 @@ Networking Generic Switch
This is an ML2 mechanism driver built for testing against virtual bare metal
environments and some switches that are not covered by hardware specific ML2
mechanism drivers. More information is available in the project's `README
- <http://git.openstack.org/cgit/openstack/networking-generic-switch/tree/README.rst>`_.
+ <https://git.openstack.org/cgit/openstack/networking-generic-switch/tree/README.rst>`_.