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
12 lines
231 B
JSON
12 lines
231 B
JSON
{
|
|
"quota_set": {
|
|
"gigabytes": 1000,
|
|
"snapshot_gigabytes": 999,
|
|
"shares": 50,
|
|
"snapshots": 49,
|
|
"share_networks": 9,
|
|
"share_groups": 12,
|
|
"share_group_snapshots": 12
|
|
}
|
|
}
|