Replace http with https for doc links
Use https instead of http for docs links in ironic-inspector Change-Id: Ibc6700af5114ef64d3fe9803a4433d19b1223456
This commit is contained in:
parent
3f0893c0ae
commit
d0edef14f1
@ -24,7 +24,7 @@ Basics
|
|||||||
for any significant bug fix.
|
for any significant bug fix.
|
||||||
|
|
||||||
.. _OpenStack GitHub: https://github.com/openstack/ironic-inspector
|
.. _OpenStack GitHub: https://github.com/openstack/ironic-inspector
|
||||||
.. _Gerrit Workflow: http://docs.openstack.org/infra/manual/developers.html#development-workflow
|
.. _Gerrit Workflow: https://docs.openstack.org/infra/manual/developers.html#development-workflow
|
||||||
.. _launchpad: https://bugs.launchpad.net/ironic-inspector
|
.. _launchpad: https://bugs.launchpad.net/ironic-inspector
|
||||||
|
|
||||||
Development Environment
|
Development Environment
|
||||||
|
@ -15,8 +15,8 @@ scheduling from a bare metal node, given it's power management credentials
|
|||||||
(e.g. IPMI address, user name and password).
|
(e.g. IPMI address, user name and password).
|
||||||
|
|
||||||
* Free software: Apache license
|
* Free software: Apache license
|
||||||
* Source: http://git.openstack.org/cgit/openstack/ironic-inspector
|
* Source: https://git.openstack.org/cgit/openstack/ironic-inspector
|
||||||
* Bugs: http://bugs.launchpad.net/ironic-inspector
|
* Bugs: https://bugs.launchpad.net/ironic-inspector
|
||||||
* Downloads: https://pypi.python.org/pypi/ironic-inspector
|
* Downloads: https://pypi.python.org/pypi/ironic-inspector
|
||||||
* Documentation: https://docs.openstack.org/ironic-inspector/latest/
|
* Documentation: https://docs.openstack.org/ironic-inspector/latest/
|
||||||
* Python client library and CLI tool: `python-ironic-inspector-client
|
* Python client library and CLI tool: `python-ironic-inspector-client
|
||||||
|
@ -190,7 +190,7 @@ To build an **ironic-python-agent** ramdisk, do the following:
|
|||||||
``ironic-agent.initramfs`` in the following instructions to set PXE or iPXE.
|
``ironic-agent.initramfs`` in the following instructions to set PXE or iPXE.
|
||||||
|
|
||||||
Alternatively, you can download a `prebuilt TinyIPA image
|
Alternatively, you can download a `prebuilt TinyIPA image
|
||||||
<http://tarballs.openstack.org/ironic-python-agent/tinyipa/files/>`_ or use
|
<https://tarballs.openstack.org/ironic-python-agent/tinyipa/files/>`_ or use
|
||||||
the `other builders
|
the `other builders
|
||||||
<https://docs.openstack.org/ironic-python-agent/latest/install/index.html#image-builders>`_.
|
<https://docs.openstack.org/ironic-python-agent/latest/install/index.html#image-builders>`_.
|
||||||
|
|
||||||
@ -367,5 +367,5 @@ Running
|
|||||||
ironic-inspector --config-file /etc/ironic-inspector/inspector.conf
|
ironic-inspector --config-file /etc/ironic-inspector/inspector.conf
|
||||||
|
|
||||||
A good starting point for writing your own *systemd* unit should be `one used
|
A good starting point for writing your own *systemd* unit should be `one used
|
||||||
in Fedora <http://pkgs.fedoraproject.org/cgit/openstack-ironic-discoverd.git/plain/openstack-ironic-discoverd.service>`_
|
in Fedora <http://pkgs.fedoraproject.org/cgit/rpms/openstack-ironic-discoverd.git/>`_
|
||||||
(note usage of old name).
|
(note usage of old name).
|
||||||
|
Loading…
Reference in New Issue
Block a user