Fix compose_args for openstack 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:32:51 -08:00
parent 7291c8f8c3
commit 63306c1f64

View File

@ -612,13 +612,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": "qcow2",
"qemu_args": [],
"qcow2": True,
"qcow2_args": [],
"image_name": "disk.qcow2",
"fs_label": "",
"image_only": True,