Document using a URL for image_checksum

Added in https://review.openstack.org/#/c/639079/

Change-Id: I82800ba5c3379634f6f2583933f37aa4da60c33a
Story: #2005061
Task: #29770
This commit is contained in:
Dmitry Tantsur 2019-03-07 11:08:26 +01:00
parent faf0bccbb0
commit 77ee49f21c

View File

@ -125,6 +125,14 @@ Steps to start a deployment are pretty similar to those when using Compute:
* ``image_checksum`` - MD5 checksum of the image specified by
``image_source``, only required for :ref:`direct-deploy`.
Starting with the Stein release of ironic-python-agent can also be a URL
to a checksums file, e.g. one generated with:
.. code-block:: shell
cd /path/to/http/root
md5sum *.img > checksums
* ``kernel``, ``ramdisk`` - HTTP(s) or file URLs of the kernel and
initramfs of the target OS, only required for partition images.