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:
parent
faf0bccbb0
commit
77ee49f21c
@ -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_checksum`` - MD5 checksum of the image specified by
|
||||||
``image_source``, only required for :ref:`direct-deploy`.
|
``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
|
* ``kernel``, ``ramdisk`` - HTTP(s) or file URLs of the kernel and
|
||||||
initramfs of the target OS, only required for partition images.
|
initramfs of the target OS, only required for partition images.
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user