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
This commit is contained in:
1 changed files with 1 additions and 1 deletions
@@ -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=
Reference in New Issue
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.