mirror of
https://github.com/cloud-hypervisor/cloud-hypervisor.git
synced 2025-01-03 11:25:20 +00:00
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
@ -578,6 +578,9 @@ components:
|
||||
description: Virtual machine configuration
|
||||
|
||||
CpuAffinity:
|
||||
required:
|
||||
- vcpu
|
||||
- host_cpus
|
||||
type: object
|
||||
properties:
|
||||
vcpu:
|
||||
|
Loading…
Reference in New Issue
Block a user