Add doc and relnote for review 639652

https://review.opendev.org/639652/

Change-Id: I10c0f8a0e09150e7d516ed9cb7ffb2a8e8fe4911
Signed-off-by: Dean Troyer <dtroyer@gmail.com>
This commit is contained in:
Dean Troyer 2019-09-09 10:31:43 -05:00
parent dd1ce37042
commit 037a800538
2 changed files with 9 additions and 0 deletions

View File

@ -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

View 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>`_]