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
13 lines
283 B
JSON
13 lines
283 B
JSON
{
|
|
"quota_set": {
|
|
"gigabytes": 1000,
|
|
"shares": 50,
|
|
"snapshot_gigabytes": 1000,
|
|
"snapshots": 50,
|
|
"id": "16e1ab15c35a457e9c2b2aa189f544e1",
|
|
"share_networks": 10,
|
|
"share_groups": 10,
|
|
"share_group_snapshots": 10
|
|
}
|
|
}
|