python-openstackclient/releasenotes/notes/bug-1597195-54ff1ecf381899f6.yaml
Huanxuan Ao bbfd8cb46b Add '--force' option to 'volume snapshot delete' command
Add '--force' option to 'volume snapshot delete' command in
volume v2 (v2 only) to allow delete in state other than error
or available.

Change-Id: Ie8991e9a630d7c7e9ac6c6870aed787bbcebacf2
Closes-Bug: #1597195
2016-12-08 17:08:58 +08:00

7 lines
208 B
YAML

---
features:
- |
Add ``--force`` option to ``volume snapshot delete`` command to allow delete
in state other than error or available.
[Bug `1597195 <https://bugs.launchpad.net/bugs/1597195>`_]