f865b8cac7
This adds a /v2/info/usage API endpoint which exposes to the user their current limits and usage. The discovery API does not (appear to) have existing tests, so this adds a module for that, although only usage tests are added currently. Implements: blueprint quota-api Change-Id: I50c98bac50f815bdb9baae024e77afd388f74554
10 lines
444 B
YAML
10 lines
444 B
YAML
---
|
|
features:
|
|
- |
|
|
This release brings additional functionality to the unified quota
|
|
work done in the previous release. A usage API is now available,
|
|
which provides a way for users to see their current quota limits
|
|
and their active resource usage towards them. For more
|
|
information, see the discovery section in the `api-ref
|
|
<https://developer.openstack.org/api-ref/image/v2/index.html#image-service-info-discovery>`_.
|