From 34f0259a5ee94648a4be960064d811754c10a93e Mon Sep 17 00:00:00 2001 From: jichenjc Date: Sun, 28 May 2017 06:15:26 +0800 Subject: [PATCH] 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 --- api-ref/source/parameters.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/api-ref/source/parameters.yaml b/api-ref/source/parameters.yaml index 11efb2c3b07a..ea638c3d01ef 100644 --- a/api-ref/source/parameters.yaml +++ b/api-ref/source/parameters.yaml @@ -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