Merge "Fix units for description of "flavor_swap" parameter"

This commit is contained in:
Jenkins
2017-05-07 21:01:30 +00:00
committed by Gerrit Code Review

View File

@@ -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