summaryrefslogtreecommitdiff
path: root/setup.cfg
diff options
context:
space:
mode:
authorJenkins <jenkins@review.openstack.org>2016-12-08 17:45:14 +0000
committerGerrit Code Review <review@openstack.org>2016-12-08 17:45:14 +0000
commit1925a9e5b36338f65fd4e8d176cbac1f1780e083 (patch)
treedc2ecbc86e15db1f371d7d004804d6b6977dd496 /setup.cfg
parent5408d02de4e98d90ac7ebe4179bcc84db0d9ac78 (diff)
parent4dc78e4265f60356ea453c7f52fcdaeecec58fcb (diff)
downloadpython-openstackclient-1925a9e5b36338f65fd4e8d176cbac1f1780e083.tar.gz
Merge "Add "consistency group set" 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 ee1fc2ec..8c5c6630 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -518,6 +518,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_set = openstackclient.volume.v2.consistency_group:SetConsistencyGroup
consistency_group_show = openstackclient.volume.v2.consistency_group:ShowConsistencyGroup
consistency_group_snapshot_create = openstackclient.volume.v2.consistency_group_snapshot:CreateConsistencyGroupSnapshot