python-openstackclient/releasenotes/notes/bug-1589332-2941f5286df7e5d4.yaml
wuyuting 954c28dfa2 Add support for deleting volumes with associated snapshots
OSC doesn't support deleting volumes with associated snapshots.
This patch provides support for deleting volumes with associated
snapshots by adding an optional argument.

Change-Id: I7e74f251574993ff13a38e508fd2f9debeda8d0a
Closes-Bug: #1589332
Co-Authored-By: Rui Chen <chenrui.momo@gmail.com>
2016-07-27 11:30:52 +08:00

8 lines
283 B
YAML

---
features:
- |
Add ``--purge`` option to ``volume delete`` command (Volume v2 only) in
order to removing any snapshots along with volume automatically when user
delete the volume.
[Bug `1589332 <https://bugs.launchpad.net/python-openstackclient/+bug/1589332>`_]