python-openstackclient/releasenotes/notes/deprecated-quota-class-options-ba33a45caedbdf3e.yaml
Stephen Finucane b62021260c quota: Deprecate 'quota show --class', 'quota set --class' arguments
This doesn't do anything special in nova and cinder and is not supported
in neutron. For the 'quota show' command, people should use the
'--default' argument instead.

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

12 lines
578 B
YAML

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