python-troveclient/releasenotes/notes/quota-upgrade-aed30d50c1f58502.yaml
Morgan Jones f5616b7d52 Expose Quota.update API
There exists a method in the management API to change the quota
for a given resource.  This change exposes that API via a new
"trove quota-update" command.  Also, adds v1.Quotas to the python
client.

Note that this command requires admin privileges.

Partial implements: blueprint bp/quota-management
Change-Id: I6ca1a87fbc46781f83bc9b7bd33745783b8aaab1
2016-08-25 13:49:08 +00:00

5 lines
190 B
YAML

features:
- Adds quota-show and quota-update commands to show the limits for all
resources and to change the limit for a single resource. These commands
require admin privileges.