Skip to content

Commit c0ff238

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
1 parent 04ddddf commit c0ff238

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
@@ -744,6 +744,8 @@
744744
manage_locations: true
745745
volume:
746746
volume_size: 1
747+
image:
748+
disk_formats: qcow2,ari,aki,vhd,vmdk,raw,ami,vdi,iso,vhdx
747749
post-config:
748750
$NOVA_CONF:
749751
libvirt:

0 commit comments

Comments
 (0)