Skip to content

Commit 42d3725

Browse files
committed
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 c0ff238) (cherry picked from commit 62b3192) (cherry picked from commit 625a10f)
1 parent 3226318 commit 42d3725

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.zuul.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -624,6 +624,8 @@
624624
manage_locations: true
625625
volume:
626626
volume_size: 1
627+
image:
628+
disk_formats: qcow2,ari,aki,vhd,vmdk,raw,ami,vdi,iso,vhdx
627629
post-config:
628630
$NOVA_CONF:
629631
libvirt:

0 commit comments

Comments
 (0)