summaryrefslogtreecommitdiff
path: root/doc/source/command-objects/snapshot.rst
Commit message (Collapse)AuthorAgeFilesLines
* Refactor "snapshot" commandsHuanxuan Ao2016-11-031-0/+6
| | | | | | | | | | | | | | | 1.change the command name ``snapshot create/delete/list/ show/set/unset`` to ``volume snapshot create/delete/list/ show/set/unset``. 2.change the optional parameter "--name <name>" to a positional parameter "<snapshot-name>"; Change the positional parameter "<volume>" to a optional parameter "--volume <volume>" Change-Id: If03276ecdf6f0d96893d5ecf91c2aaa64929cff3 Implements: bp backup-snapshot-renamed-for-volume-resource Co-Authored-By: Sheel Rana <ranasheel2000@gmail.com>
* Add warning message for --state option of set command in volumeHuanxuan Ao2016-09-261-2/+3
| | | | | | | | | There are some set commands can set object state, it maybe a danger behavor for users, so add explanation and warning in the help message of the "--state" option to talk users be caution when using (cinderclient have done this too) Change-Id: I6a902887ea98879999c9972f36b1b7ef332173c3
* Add "--marker" and "--limit" options to "snapshot list"Huanxuan Ao2016-07-231-0/+15
| | | | | | | | Add "--marker" and "--limit" options to "snapshot list" command in volume v2 (v2 only). Change-Id: Ib60840b9b83dfe5e599e4037e8ec308844a9448b Closes-Bug: #1605475
* Add "--property" option to "snapshot create" command in volumev2Huanxuan Ao2016-07-061-0/+7
| | | | | | | | | Add "--property" option to "snapshot create" command in volumev2 (v2 only) to support adding properties to a new snapshot. Change-Id: Ie0e90c9ccc2ac89b3b7b0ac89751fd864aada9a4 Closes-Bug: #1597192
* Add support of setting snapshot stateXi Yang2016-03-091-1/+10
| | | | | | | | This patch is going to add the functionality of setting snapshot state which OSC currently lacks. Closes-Bug:#1535239 Change-Id: I2afd6567416e75ba0c70b73351cf1eb5394b3373
* Merge "Use Block Storage instead of Volume"Jenkins2016-01-041-1/+1
|\
| * Use Block Storage instead of VolumeXi Yang2015-11-271-1/+1
| | | | | | | | | | | | | | Volume is better to be replaced by Block Storage in the doc. Change-Id: I736669ee01c7385b6e701cb20f4334eff1c49286
* | Consistency of the --all argument for snapshotsJean-Philippe Evrard2015-11-301-0/+5
|/ | | | | | | | | This change is inspired by the volume.py. It allow the user to use openstack snapshot list --all. Closes-Bug: #1517386 Change-Id: I72a53fcd0c5c5af539cd88b37e71b4331fa67473
* Command doc: snapshotSteve Martinelli2015-01-091-0/+133
Change-Id: Ibe5cd0a8422788762e0c52b702b7bd54e6a46813