summaryrefslogtreecommitdiff
path: root/setup.cfg
diff options
context:
space:
mode:
authordaizhiyong <zhiyong.dai@easystack.cn>2016-11-16 15:39:14 +0800
committerSteve Martinelli <s.martinelli@gmail.com>2016-12-02 20:45:13 +0000
commit1907220113efe9425a6cc7f52ce87dd4e82233c7 (patch)
treeec521752b5b52fab59d2c53608f9be6c0ae1ae3a /setup.cfg
parent094e5189b7bd4a84b124d17a7c70e4f9aaf7ebc7 (diff)
downloadpython-openstackclient-1907220113efe9425a6cc7f52ce87dd4e82233c7.tar.gz
Add "consistency group show" command
Add "consistency group show" command in volume v2 (v2 only). Change-Id: If496eba2955c0aacd52600bb6fba39690ddd90cb 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 a42af75f..3bd487b3 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -511,6 +511,7 @@ openstack.volume.v2 =
consistency_group_create = openstackclient.volume.v2.consistency_group:CreateConsistencyGroup
consistency_group_delete = openstackclient.volume.v2.consistency_group:DeleteConsistencyGroup
consistency_group_list = openstackclient.volume.v2.consistency_group:ListConsistencyGroup
+ consistency_group_show = openstackclient.volume.v2.consistency_group:ShowConsistencyGroup
consistency_group_snapshot_create = openstackclient.volume.v2.consistency_group_snapshot:CreateConsistencyGroupSnapshot
consistency_group_snapshot_delete = openstackclient.volume.v2.consistency_group_snapshot:DeleteConsistencyGroupSnapshot