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
1 changed files with 2 additions and 2 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue