Update git submodules

* Update nova from branch 'master'
  - Merge "Fix failure to boot instances with qcow2 format images"
  - Fix failure to boot instances with qcow2 format images
    
    Ceph doesn't support QCOW2 for hosting a virtual machine
    disk:
    
      http://docs.ceph.com/docs/master/rbd/rbd-openstack/
    
    When we set image_type as rbd and force_raw_images as
    False and we don't launch an instance with boot-from-volume,
    the instance is spawned using qcow2 as root disk but
    fails to boot because data is accessed as raw.
    
    To fix this, we raise an error and refuse to start
    nova-compute service when force_raw_images and
    image_type are incompatible.
    When we import image into rbd, check the format of cache
    images. If the format is not raw, remove it first and
    fetch it again. It will be raw format now.
    
    Change-Id: I1aa471e8df69fbb6f5d9aeb35651bd32c7123d78
    Closes-Bug: 1816686
This commit is contained in:
Zuul 2019-05-21 08:28:39 +00:00 committed by Gerrit Code Review
parent 084c6cff81
commit 093ce346f8
1 changed files with 1 additions and 1 deletions

2
nova

@ -1 +1 @@
Subproject commit c5b83c3fbca83726f4a956009e1788d26bcedde0
Subproject commit 2f26a22100d1dad4f186a741166091d95772c73c