python-openstackclient/releasenotes/notes/quota-show-usage-option-19b1f59fb5f3498f.yaml
Stephen Finucane 04e68e0d5a quota: Add 'quota show --usage' option
Provide an more sane way to get usage information for a particular
project's quotas. This requires using the 'Lister' command type since
the 'ShowOne' command type only allows for simple key-value pair output.

We also add a note indicating that the '<project>' argument is optional.

Change-Id: Ic7342cf08f024cc690049414c5eef5b9a7594677
Signed-off-by: Stephen Finucane <sfinucan@redhat.com>
2022-09-30 12:40:15 +01:00

19 lines
858 B
YAML

---
features:
- |
The ``quota show`` command now supports a ``--usage`` option. When
provided, this will result in the command returning usage information for
each quota. This replaces the ``quota list --detail`` command which is now
deprecated for removal.
deprecations:
- |
The ``--detail`` option for the ``quota list`` command has been deprecated
for removal. When used without the ``--detail`` option, the ``quota list``
command returned quota information for multiple projects yet when used with
this option it only returned (detailed) quota information for a single
project. This detailed quota information is now available via the
``quota show --usage`` command.
- |
The ``--project`` option for the ``quota list`` command has been deprecated
for removal. Use the ``quota show`` command instead.