openapi: Add missing "id" field

NetConfig/DiskConfig/PmemConfig/FsConfig were all missing the id field
in the API yaml file.

Signed-off-by: Rob Bradford <robert.bradford@intel.com>
This commit is contained in:
Rob Bradford 2020-04-28 16:20:13 +01:00 committed by Sebastien Boeuf
parent 30e2e51588
commit 9d1f95a3cc

View File

@ -445,6 +445,8 @@ components:
poll_queue:
type: boolean
default: true
id:
type: string
NetConfig:
type: object
@ -474,6 +476,8 @@ components:
default: false
vhost_socket:
type: string
id:
type: string
RngConfig:
required:
@ -510,6 +514,8 @@ components:
type: integer
format: int64
default: 8589934592
id:
type: string
PmemConfig:
required:
@ -530,6 +536,8 @@ components:
discard_writes:
type: boolean
default: false
id:
type: string
ConsoleConfig:
required: