From 244ccb68dd9c1be8b8c6223c50998464a394b688 Mon Sep 17 00:00:00 2001 From: Abhishek Kekane Date: Tue, 2 Jul 2024 17:39:32 +0000 Subject: [PATCH] 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 --- .zuul.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.zuul.yaml b/.zuul.yaml index a34fe40ca4..ae898fe78d 100644 --- a/.zuul.yaml +++ b/.zuul.yaml @@ -249,6 +249,7 @@ "$TEMPEST_CONFIG": image: image_caching_enabled: True + disk_formats: qcow2,ari,aki,vhd,vmdk,raw,ami,vdi,iso,vhdx - job: name: glance-centralized-cache