summaryrefslogtreecommitdiff
path: root/releasenotes
diff options
context:
space:
mode:
authorhackertron <jayadityagupta11@gmail.com>2020-03-19 14:35:54 +0100
committerjay <jayadityagupta11@gmail.com>2020-04-14 22:59:52 +0200
commitb328cf74df7f94a20de85b3c0992dcb65e818458 (patch)
treef1ec12b333ae6ec57574da70e864dae87feadfa9 /releasenotes
parent8c4ecbe35dbf95ab91e693caff85132d9b881044 (diff)
downloadpython-openstackclient-b328cf74df7f94a20de85b3c0992dcb65e818458.tar.gz
Add '--force; parameter to 'openstack quota set'
The compute service allows us to to force set a quota, setting a quota value that is less than the amount of the resource currently consumed. Expose this feature by way of a '--force' boolean parameter. Change-Id: I1d1ac1ac46f49f64794ffc8631e166935537966c
Diffstat (limited to 'releasenotes')
-rw-r--r--releasenotes/notes/force-flag-openstackclient-c172de2717e5cfac.yaml6
1 files changed, 6 insertions, 0 deletions
diff --git a/releasenotes/notes/force-flag-openstackclient-c172de2717e5cfac.yaml b/releasenotes/notes/force-flag-openstackclient-c172de2717e5cfac.yaml
new file mode 100644
index 00000000..e1980d11
--- /dev/null
+++ b/releasenotes/notes/force-flag-openstackclient-c172de2717e5cfac.yaml
@@ -0,0 +1,6 @@
+---
+features:
+ - Add ``--force`` options to the ``openstack quota set``
+ command. The compute service allows us to to force set a quota, setting a
+ quota value that is less than the amount of the resource currently
+ consumed. Expose this feature by way of a ``--force`` boolean parameter.