Skip to content

Commit f98e9ae

Browse files
committed
Fix import job to provide valid disk-formats list to tempest
Recent changes does not allow image conversion to convert an image having AMI disk format for image. Passing list of disk-formats to each import job which will now use qcow2 as default disk-format to create the image. Change-Id: I712b304ebe168705ec2793626f5d64135ad6d458 (cherry picked from commit 244ccb6)
1 parent ef22a74 commit f98e9ae

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.zuul.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -235,6 +235,7 @@
235235
"$TEMPEST_CONFIG":
236236
image:
237237
image_caching_enabled: True
238+
disk_formats: qcow2,ari,aki,vhd,vmdk,raw,ami,vdi,iso,vhdx
238239

239240
- job:
240241
name: glance-multistore-cinder-import

0 commit comments

Comments
 (0)