vmm: openapi: Update OpenAPI for CpuConfig struct

This struct has changed in order to support differentiating between boot
and max vCPUs.

Signed-off-by: Rob Bradford <robert.bradford@intel.com>
This commit is contained in:
Rob Bradford 2019-11-26 14:23:12 +00:00
parent b6801e355e
commit c8b3041e62

View File

@ -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: