summaryrefslogtreecommitdiff
path: root/releasenotes
diff options
context:
space:
mode:
authorZuul <zuul@review.opendev.org>2022-02-03 15:53:02 +0000
committerGerrit Code Review <review@openstack.org>2022-02-03 15:53:02 +0000
commite000fd5f0d213fdcb845982a7e173ce4238564de (patch)
tree3daedd9c980c3288a675ed7577e25b498af45818 /releasenotes
parent746b91335cd7f1796883e4719e544a8b82958a82 (diff)
parentbef70397a3e1240cc593b3fb34049f2ff6601e68 (diff)
downloadpython-openstackclient-e000fd5f0d213fdcb845982a7e173ce4238564de.tar.gz
Merge "Add network update quota "limit_check" parameter"
Diffstat (limited to 'releasenotes')
-rw-r--r--releasenotes/notes/check-limit-quota-cc7f291dd1b537c1.yaml5
1 files changed, 5 insertions, 0 deletions
diff --git a/releasenotes/notes/check-limit-quota-cc7f291dd1b537c1.yaml b/releasenotes/notes/check-limit-quota-cc7f291dd1b537c1.yaml
new file mode 100644
index 00000000..171b4a5a
--- /dev/null
+++ b/releasenotes/notes/check-limit-quota-cc7f291dd1b537c1.yaml
@@ -0,0 +1,5 @@
+---
+features:
+ - Add ``--check-limit`` option to the ``openstack quota set`` command (only
+ for network commands). The network quota engine will check the resource
+ usage before setting the new quota limit.