summaryrefslogtreecommitdiff
path: root/setup.cfg
diff options
context:
space:
mode:
authorHuanxuan Ao <huanxuan.ao@easystack.cn>2016-11-10 21:26:19 +0800
committerHuanxuan Ao <huanxuan.ao@easystack.cn>2016-11-17 22:07:04 +0800
commit98b9bc10d1ab6c205dee7ca3813034ccd1de1005 (patch)
tree27caf83e2841ad369625f532ad5b769dbb1041fa /setup.cfg
parent0ef8535036c3739d798fd5627ae142d121f20d42 (diff)
downloadpython-openstackclient-98b9bc10d1ab6c205dee7ca3813034ccd1de1005.tar.gz
Add "consistency group create" command
Add "consistency group create" command in volume v2 (v2 only). Change-Id: I2e9affe390b1012aa18459e64d04afcdfc15e27d Implements: bp cinder-command-support Partial-Bug: #1613964
Diffstat (limited to 'setup.cfg')
-rw-r--r--setup.cfg1
1 files changed, 1 insertions, 0 deletions
diff --git a/setup.cfg b/setup.cfg
index c9443739..e86eba4d 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -506,6 +506,7 @@ openstack.volume.v2 =
backup_restore = openstackclient.volume.v2.backup:RestoreBackup
backup_show = openstackclient.volume.v2.backup:ShowBackup
+ consistency_group_create = openstackclient.volume.v2.consistency_group:CreateConsistencyGroup
consistency_group_list = openstackclient.volume.v2.consistency_group:ListConsistencyGroup
snapshot_create = openstackclient.volume.v2.snapshot:CreateSnapshot