openapi: Make 'vcpu' and 'host_cpus' required in CpuAffinity
Signed-off-by: Kaihang Zhang <kaihang.zhang@smartx.com>
This commit is contained in:
parent
43227cd5c4
commit
3dd01443d5
1 changed files with 3 additions and 0 deletions
|
|
@ -578,6 +578,9 @@ components:
|
|||
description: Virtual machine configuration
|
||||
|
||||
CpuAffinity:
|
||||
required:
|
||||
- vcpu
|
||||
- host_cpus
|
||||
type: object
|
||||
properties:
|
||||
vcpu:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue