mirror of
https://opendev.org/openstack/python-openstackclient.git
synced 2026-01-17 07:20:45 +00:00
Merge "Add doc and relnote for review 639652"
This commit is contained in:
commit
9101440c07
2 changed files with 9 additions and 0 deletions
|
|
@ -9,6 +9,9 @@ usage list
|
|||
|
||||
List resource usage per project
|
||||
|
||||
Compute API v2.40+ returns all matching entities rather than being
|
||||
limited to the API server configured maximum (``CONF.api.max_limit``).
|
||||
|
||||
.. program:: usage list
|
||||
.. code:: bash
|
||||
|
||||
|
|
|
|||
6
releasenotes/notes/usage-list-all-49ca7a62c50e71d3.yaml
Normal file
6
releasenotes/notes/usage-list-all-49ca7a62c50e71d3.yaml
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
---
|
||||
fixes:
|
||||
- |
|
||||
Compute API v2.40+ returns all matching entities rather than being
|
||||
limited to the API server configured maximum (``CONF.api.max_limit``).
|
||||
[Story `2005099 <https://storyboard.openstack.org/#!/story/2005099>`_]
|
||||
Loading…
Add table
Reference in a new issue