summaryrefslogtreecommitdiff
path: root/setup.cfg
diff options
context:
space:
mode:
authorJenkins <jenkins@review.openstack.org>2016-12-02 22:56:23 +0000
committerGerrit Code Review <review@openstack.org>2016-12-02 22:56:23 +0000
commit2fd5ca22f642591e861d3615040feb534479b013 (patch)
tree6e000a0bdaa78af3deb8eb9d4048ea7d73688690 /setup.cfg
parentd2701116d343f7b597d2a21499dcd2768b64291e (diff)
parent1907220113efe9425a6cc7f52ce87dd4e82233c7 (diff)
downloadpython-openstackclient-2fd5ca22f642591e861d3615040feb534479b013.tar.gz
Merge "Add "consistency group show" command"
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