mirror of
https://github.com/cloud-hypervisor/cloud-hypervisor.git
synced 2026-08-05 02:19:16 +00:00
vmm: api: Fix image_type in OpenAPI definition
Signed-off-by: Wei Liu <liuwe@microsoft.com>
This commit is contained in:
@@ -948,7 +948,8 @@ components:
|
||||
type: boolean
|
||||
default: true
|
||||
image_type:
|
||||
type: enum ["FixedVhd", "Qcow2", "Raw", "Vhdx"]
|
||||
type: string
|
||||
enum: [FixedVhd, Qcow2, Raw, Vhdx, Unknown]
|
||||
|
||||
|
||||
NetConfig:
|
||||
|
||||
Reference in New Issue
Block a user