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:
Rob Bradford
2019-12-02 17:37:44 +00:00
committed by Samuel Ortiz
parent e1ff142392
commit 13503061e6
+3 -3
View File
@@ -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