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

View File

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