diff options
| author | Zuul <zuul@review.openstack.org> | 2018-02-25 01:05:18 +0000 |
|---|---|---|
| committer | Gerrit Code Review <review@openstack.org> | 2018-02-25 01:05:18 +0000 |
| commit | c24451e19c2aa3f0324ff1de58f2a2d499c26404 (patch) | |
| tree | 7d4483cf3858620799c5e4588d946b067e2674a8 /setup.cfg | |
| parent | d6761f093608247846acb946cbe2bbdf91e21d0d (diff) | |
| parent | 1eae301c4fab30c551ed7542cdaf8735cbbc3822 (diff) | |
| download | python-openstackclient-c24451e19c2aa3f0324ff1de58f2a2d499c26404.tar.gz | |
Merge "Add support for endpoint group commands"
Diffstat (limited to 'setup.cfg')
| -rw-r--r-- | setup.cfg | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -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 |
