Update git submodules

* Update ironic from branch 'master'
  to 7dd26522b0eb3275d890d0771886c41d0d1aa7e6
  - Merge "Defer checking image size until instance info is built"
  - Defer checking image size until instance info is built
    
    The image size check is skipped if the image is raw and will be
    streamed directly to disk. However metalsmith does not expose
    instance_info so it is not possible to set image_disk_format=raw.
    
    image_disk_format is detected and set during
    build_instance_info_for_deploy but this is run *after* the call to
    check_image_size. This results in large raw whole-disk images always
    failing check_image_size when deployed by metalsmith (or any time
    image_disk_format isn't explicitly set).
    
    This change avoids that by moving the check_image_size call out of
    validate to after the call to build_instance_info_for_deploy.
    
    Blueprint: whole-disk-default
    Change-Id: I5da43dc244c1a4fa828a00c02e3aa5b5f1b71e14
This commit is contained in:
Zuul 2021-07-06 13:06:50 +00:00 committed by Gerrit Code Review
parent 11cb506145
commit ebb66ac68f

2
ironic

@ -1 +1 @@
Subproject commit 9defccbaea84b0e2e18f72dc9ef20a92777ca0c3
Subproject commit 7dd26522b0eb3275d890d0771886c41d0d1aa7e6