vmm: openapi: Fix "readonly" and "wce" defaults in DiskConfig

Fix "readonly" and "wce" defaults in cloud-hypervisor.yaml to match
their respective defaults in config.rs:DiskConfig.

Signed-off-by: Sergio Lopez <slp@redhat.com>
This commit is contained in:
Sergio Lopez 2020-02-20 16:38:15 +01:00 committed by Samuel Ortiz
parent 03f64d12c3
commit 54ade15f9e

View File

@ -276,7 +276,7 @@ components:
type: string
readonly:
type: boolean
default: true
default: false
iommu:
type: boolean
default: false
@ -293,7 +293,7 @@ components:
type: string
wce:
type: boolean
default: false
default: true
NetConfig:
type: object