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
This commit is contained in:
parent
04ddddf018
commit
c0ff2386ed
@ -744,6 +744,8 @@
|
||||
manage_locations: true
|
||||
volume:
|
||||
volume_size: 1
|
||||
image:
|
||||
disk_formats: qcow2,ari,aki,vhd,vmdk,raw,ami,vdi,iso,vhdx
|
||||
post-config:
|
||||
$NOVA_CONF:
|
||||
libvirt:
|
||||
|
Loading…
x
Reference in New Issue
Block a user