summaryrefslogtreecommitdiff
path: root/releasenotes
diff options
context:
space:
mode:
authorZuul <zuul@review.opendev.org>2023-03-20 12:07:44 +0000
committerGerrit Code Review <review@openstack.org>2023-03-20 12:07:44 +0000
commit65b667af2033303beee74e9241400f5bf5817899 (patch)
treea4c295863dcc7e59d19be83c9e6d1ce0a64724c5 /releasenotes
parent5eb89e4ca1cebad9245c27d58a0dafd7f363ece0 (diff)
parent7506eb8e0c459494bdb4ec47de2e18a2a953d727 (diff)
downloadpython-openstackclient-65b667af2033303beee74e9241400f5bf5817899.tar.gz
Merge "Add auto-approve option to project cleanup"
Diffstat (limited to 'releasenotes')
-rw-r--r--releasenotes/notes/add-auto-approve-cleanup-a2d225faa42dfdcb.yaml6
1 files changed, 6 insertions, 0 deletions
diff --git a/releasenotes/notes/add-auto-approve-cleanup-a2d225faa42dfdcb.yaml b/releasenotes/notes/add-auto-approve-cleanup-a2d225faa42dfdcb.yaml
new file mode 100644
index 00000000..945320b3
--- /dev/null
+++ b/releasenotes/notes/add-auto-approve-cleanup-a2d225faa42dfdcb.yaml
@@ -0,0 +1,6 @@
+---
+features:
+ - |
+ An ``--auto-approve`` option has been added to the
+ ``project cleanup`` command. This allows the interactive
+ confirmation of resource deletion to be skipped.