diff --git a/vmm/src/api/openapi/cloud-hypervisor.yaml b/vmm/src/api/openapi/cloud-hypervisor.yaml index 93473cbcc..fed1433e5 100644 --- a/vmm/src/api/openapi/cloud-hypervisor.yaml +++ b/vmm/src/api/openapi/cloud-hypervisor.yaml @@ -207,7 +207,14 @@ components: CpuConfig: required: - - cpu_count + - boot_vcpus + type: object + properties: + cpu_count: + minimum: 1 + default: 1 + type: integer + - max_vcpus type: object properties: cpu_count: