From 12eac6e6cb5d02fcee9996c0db443af8712f19cb Mon Sep 17 00:00:00 2001 From: Alexey Ovchinnikov Date: Wed, 16 Mar 2016 14:46:11 +0400 Subject: [PATCH] Fix for image name Manila service image was generated with incorrect name which led to publishing job failure. This change fixes the problem. Change-Id: I1d5a01cf23e5be35022998619d61aea37bfcd960 Closes-Bug: #1557758 --- bin/manila-image-create | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/manila-image-create b/bin/manila-image-create index c7e4247..7a2abb9 100644 --- a/bin/manila-image-create +++ b/bin/manila-image-create @@ -63,7 +63,7 @@ if [ "$MANILA_IMAGE_TYPE" = "lxd" ]; then export INSTALL_KERNEL=false else REQUIRED_ELEMENTS="manila-ssh vm $MANILA_IMG_OS dhcp-all-interfaces cleanup-kernel-initrd" - IMAGE_FORMAT="qcow" + IMAGE_FORMAT="qcow2" fi OPTIONAL_ELEMENTS= OPTIONAL_DIB_ARGS=