python-openstackclient/releasenotes/notes/force-flag-openstackclient-c172de2717e5cfac.yaml
hackertron b328cf74df 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
2020-04-14 22:59:52 +02:00

7 lines
299 B
YAML

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