mirror of
https://github.com/cloud-hypervisor/cloud-hypervisor.git
synced 2024-11-04 19:11:11 +00:00
vmm: openapi: use the right default values
This patch fixes couple of typos for the default values from the openapi yaml file. Signed-off-by: Bo Chen <chen.bo@intel.com>
This commit is contained in:
parent
e89345c2c2
commit
b82bb55927
@ -567,7 +567,7 @@ components:
|
||||
default: false
|
||||
hotplug_method:
|
||||
type: string
|
||||
default: "acpi"
|
||||
default: "Acpi"
|
||||
shared:
|
||||
type: boolean
|
||||
default: false
|
||||
@ -714,7 +714,7 @@ components:
|
||||
type: string
|
||||
vhost_mode:
|
||||
type: string
|
||||
default: "client"
|
||||
default: "Client"
|
||||
id:
|
||||
type: string
|
||||
fd:
|
||||
|
Loading…
Reference in New Issue
Block a user