Skip to content

Commit 04a2303

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. Conflicts: .zuul.yaml Change-Id: I712b304ebe168705ec2793626f5d64135ad6d458 (cherry picked from commit 244ccb6) (cherry picked from commit f98e9ae) (cherry picked from commit 02732c2)
1 parent 20aeba3 commit 04a2303

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.zuul.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -238,6 +238,11 @@
238238
"glance_devstack_test":"doyouseeme?"
239239
image_conversion:
240240
output_format: raw
241+
test-config:
242+
"$TEMPEST_CONFIG":
243+
image:
244+
image_caching_enabled: True
245+
disk_formats: qcow2,ari,aki,vhd,vmdk,raw,ami,vdi,iso,vhdx
241246

242247
- job:
243248
name: glance-multistore-cinder-import

0 commit comments

Comments
 (0)