summaryrefslogtreecommitdiff
path: root/doc/source/command-objects
diff options
context:
space:
mode:
authorHuanxuan Ao <huanxuan.ao@easystack.cn>2016-09-25 11:49:47 +0800
committerHuanxuan Ao <huanxuan.ao@easystack.cn>2016-12-12 23:06:00 +0800
commit7357b24d3a63be612aa32c901e15424ff92beca0 (patch)
tree6ab34258ca78117e8a66e5cd474f3ef9824a73bf /doc/source/command-objects
parent29587eaa6661493b7df9357ad818bf058e820730 (diff)
downloadpython-openstackclient-7357b24d3a63be612aa32c901e15424ff92beca0.tar.gz
Add "--remote-source" option to "volume snapshot create" command
Add "--remote-source" option to "volume snapshot create" command to support creating snapshot from an existing remote snapshot in volume v2 (v2 only), also add the doc, unit tests and release note. Change-Id: I9e5fad4f0db5b44d528eb6b930edbc816e392c3a Implements: bp cinder-command-support Closes-Bug: #1618676 Co-Authored-By: Sheel Rana <ranasheel2000@gmail.com>
Diffstat (limited to 'doc/source/command-objects')
-rw-r--r--doc/source/command-objects/volume-snapshot.rst9
1 files changed, 9 insertions, 0 deletions
diff --git a/doc/source/command-objects/volume-snapshot.rst b/doc/source/command-objects/volume-snapshot.rst
index 141e9f78..17449035 100644
--- a/doc/source/command-objects/volume-snapshot.rst
+++ b/doc/source/command-objects/volume-snapshot.rst
@@ -17,6 +17,7 @@ Create new volume snapshot
[--description <description>]
[--force]
[--property <key=value> [...] ]
+ [--remote-source <key=value> [...]]
<snapshot-name>
.. option:: --volume <volume>
@@ -37,6 +38,14 @@ Create new volume snapshot
*Volume version 2 only*
+.. option:: --remote-source <key=value>
+
+ The attribute(s) of the exsiting remote volume snapshot
+ (admin required) (repeat option to specify multiple attributes)
+ e.g.: '--remote-source source-name=test_name --remote-source source-id=test_id'
+
+ *Volume version 2 only*
+
.. _volume_snapshot_create-snapshot-name:
.. describe:: <snapshot-name>