52ea955a89
"Quota" APIs now will return two new following keys [1]: - 'share_groups' - 'share_group_snapshots' [1] https://review.openstack.org/#/c/473464/ DocImpact Partially Implements BluePrint add-share-groups-quota Change-Id: I497a8e886236cb22fa50abdf2a4a938bb04c655d
27 lines
916 B
JSON
27 lines
916 B
JSON
{
|
|
"quota_set": {
|
|
"id": "16e1ab15c35a457e9c2b2aa189f544e1",
|
|
"gigabytes": {"in_use": 0,
|
|
"limit": 1000,
|
|
"reserved": 0},
|
|
"shares": {"in_use": 0,
|
|
"limit": 50,
|
|
"reserved": 0},
|
|
"snapshot_gigabytes": {"in_use": 0,
|
|
"limit": 1000,
|
|
"reserved": 0},
|
|
"snapshots": {"in_use": 0,
|
|
"limit": 50,
|
|
"reserved": 0},
|
|
"share_networks": {"in_use": 0,
|
|
"limit": 10,
|
|
"reserved": 0},
|
|
"share_groups": {"in_use": 0,
|
|
"limit": 10,
|
|
"reserved": 0},
|
|
"share_group_snapshots": {"in_use": 0,
|
|
"limit": 10,
|
|
"reserved": 0}
|
|
}
|
|
}
|