diff options
author | Zuul <zuul@review.opendev.org> | 2020-09-03 05:26:51 +0000 |
---|---|---|
committer | Gerrit Code Review <review@openstack.org> | 2020-09-03 05:26:51 +0000 |
commit | 11aa5f66398c336699022566cb2d0d3cf7cdfcd1 (patch) | |
tree | 753383f54fb45db00e9c127f37a0619dc9ee5f2d /doc/source | |
parent | 32926667d49eb3fe112c68e52fe32ccb44ea7ea9 (diff) | |
parent | c31cb7d99a3137ad1991daba866c877a6909168e (diff) | |
download | ironic-11aa5f66398c336699022566cb2d0d3cf7cdfcd1.tar.gz |
Merge "Support file:/// images for the direct deploy"
Diffstat (limited to 'doc/source')
-rw-r--r-- | doc/source/install/standalone.rst | 17 |
1 files changed, 8 insertions, 9 deletions
diff --git a/doc/source/install/standalone.rst b/doc/source/install/standalone.rst index 553c58306..60c865355 100644 --- a/doc/source/install/standalone.rst +++ b/doc/source/install/standalone.rst @@ -88,22 +88,21 @@ Preparing images If you don't use Image service, it's possible to provide images to Bare Metal service via a URL. -.. note:: - At the moment, only two types of URLs are acceptable instead of Image - service UUIDs: HTTP(S) URLs (for example, "http://my.server.net/images/img") - and file URLs (file:///images/img). +At the moment, only two types of URLs are acceptable instead of Image +service UUIDs: HTTP(S) URLs (for example, "http://my.server.net/images/img") +and file URLs (file:///images/img). There are however some limitations for different hardware interfaces: -* If you're using :ref:`direct-deploy`, you have to provide the Bare Metal - service with the MD5 checksum of your instance image. To compute it, you can - use the following command:: +* If you're using :ref:`direct-deploy` with HTTP(s) URLs, you have to provide + the Bare Metal service with the MD5 checksum of your instance image. + To compute it, you can use the following command:: md5sum image.qcow2 ed82def8730f394fb85aef8a208635f6 image.qcow2 -* :ref:`direct-deploy` requires the instance image be accessible through a - HTTP(s) URL. +* :ref:`direct-deploy` started supporting ``file://`` images in the Victoria + release cycle, before that only HTTP(s) had been supported. .. note:: The Bare Metal service tracks content changes for non-Glance images by |