Update api-ref to indicate swap param

swap output is actully an empty string ('') now when query
flavor if the swap is 0, so we need indicate that before we
sort out any conclusion (whether we need fix it or not).

Change-Id: I5a5397479dd894f90dad9a1de509a50f6b3b5477
Related-Bug: 1436683
This commit is contained in:
jichenjc 2017-05-28 06:15:26 +08:00 committed by Stephen Finucane
parent d804819f5b
commit 34f0259a5e
1 changed files with 1 additions and 0 deletions

View File

@ -2362,6 +2362,7 @@ flavor_swap:
description: |
The size of a dedicated swap disk that will be allocated, in
MiB. If 0 (the default), no dedicated swap disk will be created.
Currently, the empty string ('') is used to represent 0.
in: body
required: true
type: integer