Fix compose_args for vmdk image

RHEL7 arguments are slightly different from the RHEL8 version this was
ported from.

Related: rhbz#1656105
This commit is contained in:
Brian C. Lane 2018-12-14 14:31:29 -08:00
parent f426a357b1
commit 7291c8f8c3

View File

@ -592,13 +592,11 @@ def compose_args(compose_type):
"make_tar": False,
"make_pxe_live": False,
"make_ostree_live": False,
"make_oci": False,
"make_vagrant": False,
"ostree": False,
"live_rootfs_keep_size": False,
"live_rootfs_size": 0,
"image_type": "vmdk",
"qemu_args": [],
"qcow2": True,
"qcow2_args": ["-O", "vmdk"],
"image_name": "disk.vmdk",
"fs_label": "",
"image_only": True,