diff options
author | Jenkins <jenkins@review.openstack.org> | 2017-05-07 21:01:30 +0000 |
---|---|---|
committer | Gerrit Code Review <review@openstack.org> | 2017-05-07 21:01:30 +0000 |
commit | c94f34a3d54aa9a81b4e511907eed0fe82343790 (patch) | |
tree | af323c00cdae3883e734b4d883af2f5ecc68d472 | |
parent | 83478090bbee34c6a7019682efd13c807d0758b4 (diff) | |
parent | 5cf09afb2c1d01615920bd6831257959489e8019 (diff) | |
download | nova-c94f34a3d54aa9a81b4e511907eed0fe82343790.tar.gz |
Merge "Fix units for description of "flavor_swap" parameter"
-rw-r--r-- | api-ref/source/parameters.yaml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/api-ref/source/parameters.yaml b/api-ref/source/parameters.yaml index 0989e9a96d..41b80eb8d0 100644 --- a/api-ref/source/parameters.yaml +++ b/api-ref/source/parameters.yaml @@ -2210,14 +2210,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 |