mirror of
https://github.com/cloud-hypervisor/cloud-hypervisor.git
synced 2024-12-23 06:05:21 +00:00
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:
parent
4ebf01b344
commit
056f5481ac
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user