diff options
| author | Jenkins <jenkins@review.openstack.org> | 2016-12-13 22:58:16 +0000 |
|---|---|---|
| committer | Gerrit Code Review <review@openstack.org> | 2016-12-13 22:58:16 +0000 |
| commit | 86cad34c5bc93d1539069b33b6f32ace3525ee7c (patch) | |
| tree | d26cabc88cabc40db051b17f1d0c3732838f5c1f /doc/source/command-objects | |
| parent | 5bc2cf231d756331325bb520d1e6f28b407c493e (diff) | |
| parent | 7357b24d3a63be612aa32c901e15424ff92beca0 (diff) | |
| download | python-openstackclient-86cad34c5bc93d1539069b33b6f32ace3525ee7c.tar.gz | |
Merge "Add "--remote-source" option to "volume snapshot create" command"
Diffstat (limited to 'doc/source/command-objects')
| -rw-r--r-- | doc/source/command-objects/volume-snapshot.rst | 9 |
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> |
