vmm: openapi: Add missing "direct" knob to DiskConfig

Add missing "direct" knob that should be exposed through the REST API.

Signed-off-by: Sergio Lopez <slp@redhat.com>
This commit is contained in:
Sergio Lopez 2020-02-20 16:45:20 +01:00 committed by Sebastien Boeuf
parent 056f5481ac
commit 378dd81204

View File

@ -277,6 +277,9 @@ components:
readonly: readonly:
type: boolean type: boolean
default: false default: false
direct:
type: boolean
default: false
iommu: iommu:
type: boolean type: boolean
default: false default: false