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>
(cherry picked from commit 52b2ebb2b8)
This commit is contained in:
@@ -945,7 +945,8 @@ components:
|
|||||||
type: boolean
|
type: boolean
|
||||||
default: false
|
default: false
|
||||||
image_type:
|
image_type:
|
||||||
type: enum ["FixedVhd", "Qcow2", "Raw", "Vhdx"]
|
type: string
|
||||||
|
enum: [FixedVhd, Qcow2, Raw, Vhdx, Unknown]
|
||||||
|
|
||||||
|
|
||||||
NetConfig:
|
NetConfig:
|
||||||
|
|||||||
Reference in New Issue
Block a user