mirror of
https://github.com/cloud-hypervisor/cloud-hypervisor.git
synced 2026-08-05 02:19:16 +00:00
api: Fix OpenAPI specification entries
Some renames from "cpu_count" were missing. Signed-off-by: Rob Bradford <robert.bradford@intel.com>
This commit is contained in:
committed by
Samuel Ortiz
parent
e1ff142392
commit
13503061e6
@@ -220,14 +220,14 @@ components:
|
|||||||
- boot_vcpus
|
- boot_vcpus
|
||||||
type: object
|
type: object
|
||||||
properties:
|
properties:
|
||||||
cpu_count:
|
boot_vcpus:
|
||||||
minimum: 1
|
minimum: 1
|
||||||
default: 1
|
default: 1
|
||||||
type: integer
|
type: integer
|
||||||
- max_vcpus
|
- max_vcpus
|
||||||
type: object
|
type: object
|
||||||
properties:
|
properties:
|
||||||
cpu_count:
|
max_vcpus:
|
||||||
minimum: 1
|
minimum: 1
|
||||||
default: 1
|
default: 1
|
||||||
type: integer
|
type: integer
|
||||||
@@ -427,7 +427,7 @@ components:
|
|||||||
- desired_vcpus
|
- desired_vcpus
|
||||||
type: object
|
type: object
|
||||||
properties:
|
properties:
|
||||||
cpu_count:
|
desired_vcpus:
|
||||||
minimum: 1
|
minimum: 1
|
||||||
default: 1
|
default: 1
|
||||||
type: integer
|
type: integer
|
||||||
|
|||||||
Reference in New Issue
Block a user