File: force-flag-openstackclient-c172de2717e5cfac.yaml

package info (click to toggle)
python-openstackclient 7.4.0-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 11,012 kB
  • sloc: python: 135,291; makefile: 140; sh: 22
file content (6 lines) | stat: -rw-r--r-- 299 bytes parent folder | download | duplicates (4)
1
2
3
4
5
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.