summaryrefslogtreecommitdiff
path: root/doc/source/command-objects
diff options
context:
space:
mode:
authorzhiyong.dai <zhiyong.dai@easystack.cn>2016-11-24 21:09:55 +0800
committerDean Troyer <dtroyer@gmail.com>2016-12-02 13:21:18 -0600
commit094e5189b7bd4a84b124d17a7c70e4f9aaf7ebc7 (patch)
tree2cb613b0bbcf972bb6cf83fd286062ad82943c2d /doc/source/command-objects
parent12442371a8df359bfc412c57430d84ce7b978eb5 (diff)
downloadpython-openstackclient-094e5189b7bd4a84b124d17a7c70e4f9aaf7ebc7.tar.gz
Add "consistency group delete" command
Add "consistency group delete" command in volume v2 (v2 only). Change-Id: Ieebc2417df0d45a578d5617bad245d7863f09190 Implements: bp cinder-command-support Partial-Bug: #1613964
Diffstat (limited to 'doc/source/command-objects')
-rw-r--r--doc/source/command-objects/consistency-group.rst21
1 files changed, 21 insertions, 0 deletions
diff --git a/doc/source/command-objects/consistency-group.rst b/doc/source/command-objects/consistency-group.rst
index c8c4577c..3ab68e90 100644
--- a/doc/source/command-objects/consistency-group.rst
+++ b/doc/source/command-objects/consistency-group.rst
@@ -40,6 +40,27 @@ Create new consistency group.
Name of new consistency group (default to None)
+consistency group delete
+------------------------
+
+Delete consistency group(s).
+
+.. program:: consistency group delete
+.. code:: bash
+
+ os consistency group delete
+ [--force]
+ <consistency-group> [<consistency-group> ...]
+
+.. option:: --force
+
+ Allow delete in state other than error or available
+
+.. _consistency_group_delete-consistency-group:
+.. describe:: <consistency-group>
+
+ Consistency group(s) to delete (name or ID)
+
consistency group list
----------------------