Update git submodules

* Update metalsmith from branch 'master'
  to 407e5051d4b644196ba4fc58d61f874fed75dc2b
  - Set image_disk_format from file extension for HTTP images
    
    Node instance_info `image_disk_format` needs to be set to `raw` for
    large raw images or the deployment may fail with a memory check error
    or a full node tmpfs. Even when there is no error, without
    image_disk_format=raw the image will not be streamed directly to disk.
    
    image_disk_format is auto-detected and set by ironic for glance and
    file sourced images, but this does not occur for direct HTTP based
    images.
    
    This change will set image_disk_format=raw when the URL file extension
    ends with .raw, which is enough to support TripleO's conventions for
    the overcloud raw image.
    
    Change-Id: I6a9c225fc2d14b2d07cd0bf2379cd2c8c548f312
This commit is contained in:
Steve Baker 2021-07-07 01:15:52 +12:00 committed by Gerrit Code Review
parent ebb66ac68f
commit f1c362f54f
1 changed files with 1 additions and 1 deletions

@ -1 +1 @@
Subproject commit 2fe17330d6fcda4548e860074c8abcc774933006
Subproject commit 407e5051d4b644196ba4fc58d61f874fed75dc2b