a8109af65f
Extend existing quota api to report a quota set. The quota set will contain a set of resources and its corresponding reservation, limits and in_use count for each tenant. DocImpact:Documentation describing the new API as well as the new information that it exposes. APIImpact Co-Authored-By: Prince Boateng<prince.a.owusu.boateng@intel.com> Change-Id: Ief2a6a4d2d7085e2a9dcd901123bc4fe6ac7ca22 Related-bug: #1599488
7 lines
234 B
YAML
7 lines
234 B
YAML
---
|
|
features:
|
|
- |
|
|
Implements a new extension, ``quota_details`` which extends existing quota API
|
|
to show detailed information for a specified tenant. The new API shows
|
|
details such as ``limits``, ``used``, ``reserved``.
|