openapi: Make desired_ram int64 format

The option desired_ram is in byte, make larger the amount of memory to
add.

Signed-off-by: Jose Carlos Venegas Munoz <jose.carlos.venegas.munoz@intel.com>
This commit is contained in:
Jose Carlos Venegas Munoz
2020-03-12 20:11:12 +00:00
committed by Sebastien Boeuf
parent ca3b39c0be
commit 40b38a4222
2 changed files with 3 additions and 1 deletions

View File

@@ -460,7 +460,9 @@ components:
minimum: 1
type: integer
desired_ram:
description: desired memory ram in bytes
type: integer
format: int64
VmAddDevice:
type: object