Merge "api_ref: total_capacity and free_capacity can be float"

This commit is contained in:
Zuul 2018-10-19 19:54:24 +00:00 committed by Gerrit Code Review
commit 2a1f2c7c5a
2 changed files with 6 additions and 6 deletions

View File

@ -632,7 +632,7 @@ free_capacity:
description: |
The amount of free capacity for the back-end
volume, in GBs. A valid value is a string, such as ``unknown``, or
an integer.
a number (integer or floating point).
in: body
required: true
type: string
@ -1632,8 +1632,8 @@ storage_protocol:
total_capacity:
description: |
The total capacity for the back-end volume, in
GBs. A valid value is a string, such as ``unknown``, or an
integer.
GBs. A valid value is a string, such as ``unknown``, or a
number (integer or floating point).
in: body
required: true
type: string

View File

@ -1128,7 +1128,7 @@ free_capacity:
description: |
The amount of free capacity for the back-end
volume, in GBs. A valid value is a string, such as ``unknown``, or
an integer.
a number (integer or floating point).
in: body
required: true
type: string
@ -2782,8 +2782,8 @@ summary_metadata:
total_capacity:
description: |
The total capacity for the back-end volume, in
GBs. A valid value is a string, such as ``unknown``, or an
integer.
GBs. A valid value is a string, such as ``unknown``, or a
number (integer or floating point).
in: body
required: true
type: string