manila/releasenotes/notes/add-share-group-quotas-4e426907eed4c000.yaml
Valeriy Ponomaryov 256b5c84ba Add share groups and share group snapshots quotas
"Quota" APIs now will return two new following keys:

- 'share_groups'
- 'share_group_snapshots'

For user and project, but not share type.
Default values can be configured using following config options:

- 'quota_share_groups'
- 'quota_share_group_snapshots'

APIImpact
DocImpact
Implements BluePrint add-share-groups-quota
Change-Id: I397a8e886226cb22fa50abdf2a4a938bb04c655d
2017-07-26 11:32:43 +03:00

8 lines
271 B
YAML

---
features:
- Added quotas for amount of share groups and share group snapshots.
upgrade:
- Two new config options are available for setting default quotas for share
groups and share group snapshots - 'quota_share_groups' and
'quota_share_group_snapshots'.