python-openstackclient/releasenotes/notes/remove-deprecated-quota-show-class-option-2109a6ff7ac18e80.yaml
Stephen Finucane ba2d2358e6 quota: Remove deprecated quota options
These are all deprecated for over 18 months (change
I0dd38e5cb252a01d5817ed168be040b21b35e348). It's time to remove them and
simplify this code.

Change-Id: I9ee3bfebbad21eec3eb1b475a813bcbc450edea4
Signed-off-by: Stephen Finucane <stephenfin@redhat.com>

Change-Id: Ibdd329a6db8bd176af065d7f5190f0901d3c3f8d
2024-07-11 11:10:11 +01:00

9 lines
386 B
YAML

---
upgrade:
- |
The ``--class`` options of the ``quota show`` command, which was deprecated
in 6.1.0 (Antelope), has now been removed in favour of the ``--default``
option. 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.