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 Sebastien Boeuf
parent 4ebf01b344
commit 056f5481ac

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