summaryrefslogtreecommitdiff
path: root/releasenotes
diff options
context:
space:
mode:
authorHuanxuan Ao <huanxuan.ao@easystack.cn>2016-07-04 10:18:45 +0800
committerHuanxuan Ao <huanxuan.ao@easystack.cn>2016-12-08 17:08:58 +0800
commitbbfd8cb46bc7493971173f1cbc774ef4697ddfe4 (patch)
tree64bf707774288750f81f19d48a16cf54d12e4b4e /releasenotes
parent158dbe124a11873129d2b3fbc6a9b5a6695e7bcc (diff)
downloadpython-openstackclient-bbfd8cb46bc7493971173f1cbc774ef4697ddfe4.tar.gz
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
Diffstat (limited to 'releasenotes')
-rw-r--r--releasenotes/notes/bug-1597195-54ff1ecf381899f6.yaml6
1 files changed, 6 insertions, 0 deletions
diff --git a/releasenotes/notes/bug-1597195-54ff1ecf381899f6.yaml b/releasenotes/notes/bug-1597195-54ff1ecf381899f6.yaml
new file mode 100644
index 00000000..ad457620
--- /dev/null
+++ b/releasenotes/notes/bug-1597195-54ff1ecf381899f6.yaml
@@ -0,0 +1,6 @@
+---
+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>`_]