summaryrefslogtreecommitdiff
path: root/setup.cfg
diff options
context:
space:
mode:
authorZuul <zuul@review.openstack.org>2018-02-25 01:05:18 +0000
committerGerrit Code Review <review@openstack.org>2018-02-25 01:05:18 +0000
commitc24451e19c2aa3f0324ff1de58f2a2d499c26404 (patch)
tree7d4483cf3858620799c5e4588d946b067e2674a8 /setup.cfg
parentd6761f093608247846acb946cbe2bbdf91e21d0d (diff)
parent1eae301c4fab30c551ed7542cdaf8735cbbc3822 (diff)
downloadpython-openstackclient-c24451e19c2aa3f0324ff1de58f2a2d499c26404.tar.gz
Merge "Add support for endpoint group commands"
Diffstat (limited to 'setup.cfg')
-rw-r--r--setup.cfg8
1 files changed, 8 insertions, 0 deletions
diff --git a/setup.cfg b/setup.cfg
index 63bfdafb..df062e36 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -236,6 +236,14 @@ openstack.identity.v3 =
endpoint_set = openstackclient.identity.v3.endpoint:SetEndpoint
endpoint_show = openstackclient.identity.v3.endpoint:ShowEndpoint
+ endpoint_group_add_project = openstackclient.identity.v3.endpoint_group:AddProjectToEndpointGroup
+ endpoint_group_create = openstackclient.identity.v3.endpoint_group:CreateEndpointGroup
+ endpoint_group_delete = openstackclient.identity.v3.endpoint_group:DeleteEndpointGroup
+ endpoint_group_list = openstackclient.identity.v3.endpoint_group:ListEndpointGroup
+ endpoint_group_remove_project = openstackclient.identity.v3.endpoint_group:RemoveProjectFromEndpointGroup
+ endpoint_group_set = openstackclient.identity.v3.endpoint_group:SetEndpointGroup
+ endpoint_group_show = openstackclient.identity.v3.endpoint_group:ShowEndpointGroup
+
group_add_user = openstackclient.identity.v3.group:AddUserToGroup
group_contains_user = openstackclient.identity.v3.group:CheckUserInGroup
group_create = openstackclient.identity.v3.group:CreateGroup