diff --git a/src/pylorax/api/compose.py b/src/pylorax/api/compose.py index d598a046..29164c23 100644 --- a/src/pylorax/api/compose.py +++ b/src/pylorax/api/compose.py @@ -552,13 +552,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": False, - "qemu_args": [], + "qcow2": False, + "qcow2_args": [], "image_name": "disk.ami", "fs_label": "", "image_only": True,