summaryrefslogtreecommitdiff
path: root/releasenotes
diff options
context:
space:
mode:
authorHuanxuan Ao <huanxuan.ao@easystack.cn>2016-06-30 15:06:58 +0800
committerHuanxuan Ao <huanxuan.ao@easystack.cn>2016-07-01 10:06:10 +0800
commit6364df4cbd33a20ea1c729e0031b1aebd3fcd6df (patch)
treef9158e1326dd8823bcf056975a90a9abb69695cf /releasenotes
parent4b61efe3f9f6158c6062ff3c56bb5116b7f08d87 (diff)
downloadpython-openstackclient-6364df4cbd33a20ea1c729e0031b1aebd3fcd6df.tar.gz
Add "--snapshot" option to "backup create" command in volumev2
Add "--snapshot" option to "backup create" command to support backing up a snapshot. Change-Id: Ibecbf1902599875f422d372d529835f73211d3ec Closes-Bug: #1597184
Diffstat (limited to 'releasenotes')
-rw-r--r--releasenotes/notes/bug-1597184-f4fb687b3d4d99d9.yaml5
1 files changed, 5 insertions, 0 deletions
diff --git a/releasenotes/notes/bug-1597184-f4fb687b3d4d99d9.yaml b/releasenotes/notes/bug-1597184-f4fb687b3d4d99d9.yaml
new file mode 100644
index 00000000..638afb0e
--- /dev/null
+++ b/releasenotes/notes/bug-1597184-f4fb687b3d4d99d9.yaml
@@ -0,0 +1,5 @@
+---
+features:
+ - |
+ Add ``--snapshot`` option to ``backup create`` command.
+ [Bug `1597184 <https://bugs.launchpad.net/bugs/1597184>`_]