Fix disk_formats in ceph job tempest config

Tempest currently defaults to disk_formats[0] for images it creates,
which is 'ami'. However, it's actually using a qcow2 disk image by
default, which means we're lying to glance when we create those.

Change-Id: I737e9aa51c268a387f1eed24cf717618d057d747
(cherry picked from commit c0ff2386ed)
(cherry picked from commit 62b3192c70)
This commit is contained in:
Dan Smith 2024-07-02 10:44:29 -07:00
parent 2a370ae9a2
commit 625a10f7d0

View File

@ -656,6 +656,8 @@
manage_locations: true manage_locations: true
volume: volume:
volume_size: 1 volume_size: 1
image:
disk_formats: qcow2,ari,aki,vhd,vmdk,raw,ami,vdi,iso,vhdx
post-config: post-config:
$NOVA_CONF: $NOVA_CONF:
libvirt: libvirt: