summaryrefslogtreecommitdiff
path: root/doc/source/command-objects/consistency-group-snapshot.rst
Commit message (Collapse)AuthorAgeFilesLines
* change os in command example to openstackKevin_Zheng2016-12-201-4/+4
| | | | | | | | | In the current doc, the command examples are like "os server create" but the acutal command should be started with "openstack" instead of "os", it is misleading to first time users. Change-Id: Ic7686257725e1aa8e4e0d65a712eff1c079927a8
* Add commands for "consistency group snapshot"Huanxuan Ao2016-11-191-0/+96
Add commands: consistency group snapshot create consistency group snapshot delete consistency group snapshot list consistency group snapshot show in volume v2 (v2 only) Change-Id: Ib4115f8ff00fb5aa8194588223032657eb1346b5 Closes-Bug: #1642238 Implements: bp cinder-command-support