mirror of
https://github.com/cloud-hypervisor/cloud-hypervisor.git
synced 2025-02-22 03:12:27 +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:
parent
e1ff142392
commit
13503061e6
@ -220,14 +220,14 @@ components:
|
||||
- boot_vcpus
|
||||
type: object
|
||||
properties:
|
||||
cpu_count:
|
||||
boot_vcpus:
|
||||
minimum: 1
|
||||
default: 1
|
||||
type: integer
|
||||
- max_vcpus
|
||||
type: object
|
||||
properties:
|
||||
cpu_count:
|
||||
max_vcpus:
|
||||
minimum: 1
|
||||
default: 1
|
||||
type: integer
|
||||
@ -427,7 +427,7 @@ components:
|
||||
- desired_vcpus
|
||||
type: object
|
||||
properties:
|
||||
cpu_count:
|
||||
desired_vcpus:
|
||||
minimum: 1
|
||||
default: 1
|
||||
type: integer
|
||||
|
Loading…
x
Reference in New Issue
Block a user