vmm: openapi: Update the fd field of the NetConfig definition
Signed-off-by: Bo Chen <chen.bo@intel.com>
This commit is contained in:
parent
6664e5a6e7
commit
ff54909d2c
1 changed files with 5 additions and 3 deletions
|
|
@ -398,7 +398,7 @@ components:
|
|||
pci_bdf:
|
||||
type: integer
|
||||
format: int32
|
||||
|
||||
|
||||
VmCounters:
|
||||
type: object
|
||||
additionalProperties:
|
||||
|
|
@ -665,8 +665,10 @@ components:
|
|||
id:
|
||||
type: string
|
||||
fd:
|
||||
type: integer
|
||||
format: int32
|
||||
type: array
|
||||
items:
|
||||
type: integer
|
||||
format: int32
|
||||
|
||||
RngConfig:
|
||||
required:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue