From 77ee49f21ce703ed4235a0799241f0b8b283b68b Mon Sep 17 00:00:00 2001 From: Dmitry Tantsur Date: Thu, 7 Mar 2019 11:08:26 +0100 Subject: [PATCH] Document using a URL for image_checksum Added in https://review.openstack.org/#/c/639079/ Change-Id: I82800ba5c3379634f6f2583933f37aa4da60c33a Story: #2005061 Task: #29770 --- doc/source/install/standalone.rst | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/doc/source/install/standalone.rst b/doc/source/install/standalone.rst index f2618723c1..6faaa16be5 100644 --- a/doc/source/install/standalone.rst +++ b/doc/source/install/standalone.rst @@ -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.