vmm: openapi: Update DiskConfig

It's missing a few knobs (readonly, vhost, wce) that should be exposed
through the rest API.

Fixes: #790

Signed-off-by: Samuel Ortiz <sameo@linux.intel.com>
This commit is contained in:
Samuel Ortiz 2020-02-20 11:45:47 +01:00
parent ed1e7817cc
commit 9de755334d

View File

@ -274,6 +274,9 @@ components:
properties:
path:
type: string
readonly:
type: boolean
default: true
iommu:
type: boolean
default: false
@ -283,6 +286,14 @@ components:
queue_size:
type: integer
default: 128
vhost_user:
type: boolean
default: false
vhost_socket:
type: string
wce:
type: boolean
default: false
NetConfig:
type: object