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:
Alexey Ovchinnikov
2016年03月16日 14:46:11 +04:00
parent 8a7e5d27cb
commit 12eac6e6cb

View File

@@ -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
openstack/manila-image-elements
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.

The note is not visible to the blocked user.