python-openstackclient/releasenotes/notes/add-auto-approve-cleanup-a2d225faa42dfdcb.yaml
Dr. Jens Harbott 7506eb8e0c Add auto-approve option to project cleanup
Sometimes it is useful to be able to use the project cleanup function in
scripts and having to add "echo y | openstack" isn't really nice.

Signed-off-by: Dr. Jens Harbott <harbott@osism.tech>
Change-Id: I3ded9982769b4568b6dcfc49bc31ba67a6227839
2023-02-15 09:42:45 +01:00

7 lines
189 B
YAML

---
features:
- |
An ``--auto-approve`` option has been added to the
``project cleanup`` command. This allows the interactive
confirmation of resource deletion to be skipped.