From 5cf09afb2c1d01615920bd6831257959489e8019 Mon Sep 17 00:00:00 2001 From: Chris Friesen Date: Fri, 28 Apr 2017 09:02:21 -0600 Subject: [PATCH] Fix units for description of "flavor_swap" parameter The swap size as specified in a flavor is in units of MiB, not GiB. Change-Id: I1215630e4dacf0d96e3d028763bdb4380d1f7999 --- api-ref/source/parameters.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/api-ref/source/parameters.yaml b/api-ref/source/parameters.yaml index 8f10485e3deb..b172753bddd3 100644 --- a/api-ref/source/parameters.yaml +++ b/api-ref/source/parameters.yaml @@ -2205,14 +2205,14 @@ flavor_server: flavor_swap: description: | The size of a dedicated swap disk that will be allocated, in - GiB. If 0 (the default), no dedicated swap disk will be created. + MiB. If 0 (the default), no dedicated swap disk will be created. in: body required: true type: integer flavor_swap_in: description: | The size of a dedicated swap disk that will be allocated, in - GiB. If 0 (the default), no dedicated swap disk will be created. + MiB. If 0 (the default), no dedicated swap disk will be created. in: body required: false type: integer