File: deprecated-quota-class-options-ba33a45caedbdf3e.yaml

package info (click to toggle)
python-openstackclient 7.4.0-3
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 11,012 kB
  • sloc: python: 135,291; makefile: 140; sh: 22
file content (11 lines) | stat: -rw-r--r-- 578 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
---
deprecations:
  - |
    The ``--class`` options of the ``quota show`` and ``quota set`` commands
    are now deprecated. Quota classes were never fully implemented and the
    compute and volume services only support a single ``default`` quota class
    while the network service does not support quota classes at all. The
    default quotas can be changed on a deployment-wide basis via configuration
    and can be inspected using the ``openstack quota show --default`` command.
    Quotas can still be set on a project-specific basis using the ``quota set``
    command.