File: quota-show-usage-option-19b1f59fb5f3498f.yaml

package info (click to toggle)
python-openstackclient 7.4.0-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 11,012 kB
  • sloc: python: 135,291; makefile: 140; sh: 22
file content (18 lines) | stat: -rw-r--r-- 858 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
---
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.