Files
python-openstackclient/releasenotes/notes/volume-delete-cascade-384003efc8896096.yaml
Eric Harney cebf4d78d6 Rename openstack volume delete --purge -> --cascade
This flag is called "cascade" in the Cinder API.
The flag "purge" doesn't really communicate an obvious
meaning in the context of volume deletion. It also
has the danger of implying some kind of behavior about
volume wiping that does not exist.

Rename this flag to "--cascade" and preserve "--purge"
as a hidden flag for compatibility.

Change-Id: I8de27811222c17155697073fb9c512746d009266
Signed-off-by: Eric Harney <eharney@redhat.com>
Co-authored-by: Stephen Finucane <stephenfin@redhat.com>
2026-02-13 14:37:24 +00:00

7 lines
248 B
YAML

---
upgrade:
- |
The ``--purge`` argument to the ``volume delete`` command has been renamed
to ``--cascade`` to better match the Cinder API and the meaning of what
this argument does. An alias is provided for backwards compatibility.