mirror of
https://github.com/cloud-hypervisor/cloud-hypervisor.git
synced 2025-01-11 07:07:42 +00:00
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:
parent
30e2e51588
commit
9d1f95a3cc
@ -445,6 +445,8 @@ components:
|
|||||||
poll_queue:
|
poll_queue:
|
||||||
type: boolean
|
type: boolean
|
||||||
default: true
|
default: true
|
||||||
|
id:
|
||||||
|
type: string
|
||||||
|
|
||||||
NetConfig:
|
NetConfig:
|
||||||
type: object
|
type: object
|
||||||
@ -474,6 +476,8 @@ components:
|
|||||||
default: false
|
default: false
|
||||||
vhost_socket:
|
vhost_socket:
|
||||||
type: string
|
type: string
|
||||||
|
id:
|
||||||
|
type: string
|
||||||
|
|
||||||
RngConfig:
|
RngConfig:
|
||||||
required:
|
required:
|
||||||
@ -510,6 +514,8 @@ components:
|
|||||||
type: integer
|
type: integer
|
||||||
format: int64
|
format: int64
|
||||||
default: 8589934592
|
default: 8589934592
|
||||||
|
id:
|
||||||
|
type: string
|
||||||
|
|
||||||
PmemConfig:
|
PmemConfig:
|
||||||
required:
|
required:
|
||||||
@ -530,6 +536,8 @@ components:
|
|||||||
discard_writes:
|
discard_writes:
|
||||||
type: boolean
|
type: boolean
|
||||||
default: false
|
default: false
|
||||||
|
id:
|
||||||
|
type: string
|
||||||
|
|
||||||
ConsoleConfig:
|
ConsoleConfig:
|
||||||
required:
|
required:
|
||||||
|
Loading…
Reference in New Issue
Block a user