summaryrefslogtreecommitdiff
path: root/setup.cfg
diff options
context:
space:
mode:
authorhenriquetruta <henrique@lsd.ufcg.edu.br>2014-05-28 11:09:46 -0300
committerhenriquetruta <henrique@lsd.ufcg.edu.br>2014-05-30 15:55:24 -0300
commit58f80e4c7544c0ee064c1629b3f128a628fc71d8 (patch)
tree1a41ddd499902876494485fe00426575f5e7d326 /setup.cfg
parentfb656527530444c116dce493abd85cc69e8902fb (diff)
downloadpython-openstackclient-58f80e4c7544c0ee064c1629b3f128a628fc71d8.tar.gz
Add role assignments list support to identity v3
The assignments manager and its test class were created. Some fake stubs were also added on the fakes.py module. The "openstack role assignment list" command was created. Change-Id: Iae94f4fee608ea3e09ff38961ad22edc38efb89c Implements: blueprint roles-assignment-list Closes-Bug: 1246310
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 5a4fa743..3ef54551 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -228,6 +228,7 @@ openstack.identity.v3 =
role_remove = openstackclient.identity.v3.role:RemoveRole
role_show = openstackclient.identity.v3.role:ShowRole
role_set = openstackclient.identity.v3.role:SetRole
+ role_assignment_list = openstackclient.identity.v3.role_assignment:ListRoleAssignment
service_create = openstackclient.identity.v3.service:CreateService
service_delete = openstackclient.identity.v3.service:DeleteService