api-ref: totalSnapshotsUsed in limits response should be integer
https://developer.openstack.org/api-ref/block-storage/v3/index.html#show-absolute-limits-for-project totalSnapshotsUsed in limits response should be integer, but not string. And totalSnapshotsUsed is also used in hosts response which is string, so this is to add a new parameter for totalSnapshotsUsed. Change-Id: I48f61f50defe9782d5a7afb7d7fa245f562785a0
This commit is contained in:
parent
a2d4a9569e
commit
cd33e6d841
@ -45,7 +45,7 @@ Response Parameters
|
|||||||
- limits: limits
|
- limits: limits
|
||||||
- rate: rate
|
- rate: rate
|
||||||
- absolute: absolute
|
- absolute: absolute
|
||||||
- totalSnapshotsUsed: totalSnapshotsUsed
|
- totalSnapshotsUsed: totalSnapshotsUsed_1
|
||||||
- maxTotalBackups: maxTotalBackups
|
- maxTotalBackups: maxTotalBackups
|
||||||
- maxTotalVolumeGigabytes: maxTotalVolumeGigabytes
|
- maxTotalVolumeGigabytes: maxTotalVolumeGigabytes
|
||||||
- maxTotalSnapshots: maxTotalSnapshots
|
- maxTotalSnapshots: maxTotalSnapshots
|
||||||
|
@ -2829,6 +2829,12 @@ totalSnapshotsUsed:
|
|||||||
in: body
|
in: body
|
||||||
required: true
|
required: true
|
||||||
type: string
|
type: string
|
||||||
|
totalSnapshotsUsed_1:
|
||||||
|
description: |
|
||||||
|
The total number of snapshots used.
|
||||||
|
in: body
|
||||||
|
required: true
|
||||||
|
type: integer
|
||||||
totalVolumesUsed:
|
totalVolumesUsed:
|
||||||
description: |
|
description: |
|
||||||
The total number of volumes used.
|
The total number of volumes used.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user