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:
parent
7291c8f8c3
commit
63306c1f64
@ -612,13 +612,11 @@ def compose_args(compose_type):
|
|||||||
"make_tar": False,
|
"make_tar": False,
|
||||||
"make_pxe_live": False,
|
"make_pxe_live": False,
|
||||||
"make_ostree_live": False,
|
"make_ostree_live": False,
|
||||||
"make_oci": False,
|
|
||||||
"make_vagrant": False,
|
|
||||||
"ostree": False,
|
"ostree": False,
|
||||||
"live_rootfs_keep_size": False,
|
"live_rootfs_keep_size": False,
|
||||||
"live_rootfs_size": 0,
|
"live_rootfs_size": 0,
|
||||||
"image_type": "qcow2",
|
"qcow2": True,
|
||||||
"qemu_args": [],
|
"qcow2_args": [],
|
||||||
"image_name": "disk.qcow2",
|
"image_name": "disk.qcow2",
|
||||||
"fs_label": "",
|
"fs_label": "",
|
||||||
"image_only": True,
|
"image_only": True,
|
||||||
|
Loading…
Reference in New Issue
Block a user