Problem
The meta schema in etc/schema.yaml does not allow hw_machine_type, so adding it to an image definition fails validation with:
(tried setting hw_machine_type: q35)
images.0.meta.hw_machine_type: Unexpected element
This is the same class of problem as the missing hw_firmware_type, which is already tracked in #1097 and being addressed by #1233.
I need both properties. Thank you in advance for addressing this issue.
Kind Regards,
Viktor Čech
Problem
The
metaschema inetc/schema.yamldoes not allowhw_machine_type, so adding it to an image definition fails validation with:(tried setting
hw_machine_type: q35)This is the same class of problem as the missing
hw_firmware_type, which is already tracked in #1097 and being addressed by #1233.I need both properties. Thank you in advance for addressing this issue.
Kind Regards,
Viktor Čech