summaryrefslogtreecommitdiff
path: root/releasenotes
diff options
context:
space:
mode:
authorZuul <zuul@review.opendev.org>2022-11-05 09:09:19 +0000
committerGerrit Code Review <review@openstack.org>2022-11-05 09:09:19 +0000
commit6898bc0ae3857712c85b452f8f096d88da40011e (patch)
tree0836c109cc9b6bb0e43939a94ec07ac5193300c4 /releasenotes
parent1e37c12b16ce08faca7aaa0cc4385d55066fc7cc (diff)
parentb62021260c9c2d372ea635a2a7f0608b7c8472e1 (diff)
downloadpython-openstackclient-6898bc0ae3857712c85b452f8f096d88da40011e.tar.gz
Merge "quota: Deprecate 'quota show --class', 'quota set --class' arguments"
Diffstat (limited to 'releasenotes')
-rw-r--r--releasenotes/notes/deprecated-quota-class-options-ba33a45caedbdf3e.yaml11
1 files changed, 11 insertions, 0 deletions
diff --git a/releasenotes/notes/deprecated-quota-class-options-ba33a45caedbdf3e.yaml b/releasenotes/notes/deprecated-quota-class-options-ba33a45caedbdf3e.yaml
new file mode 100644
index 00000000..d1800f7a
--- /dev/null
+++ b/releasenotes/notes/deprecated-quota-class-options-ba33a45caedbdf3e.yaml
@@ -0,0 +1,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.