assemblers/qemu: add 'raw.xz' to format schema

It is a valid option and even used in the tests, but was missing
in the schema.
This commit is contained in:
Christian Kellner 2020-04-25 11:09:11 +02:00
parent 702e7c3423
commit b7367c037e

View file

@ -51,7 +51,7 @@ STAGE_OPTS = """
"format": {
"description": "Image file format to use",
"type": "string",
"enum": ["raw", "qcow2", "vdi", "vmdk", "vpc", "vhdx"]
"enum": ["raw", "raw.xz", "qcow2", "vdi", "vmdk", "vpc", "vhdx"]
},
"filename": {
"description": "Image filename",