summaryrefslogtreecommitdiff
path: root/setup.cfg
diff options
context:
space:
mode:
authorSteve Martinelli <stevemar@ca.ibm.com>2013-04-18 17:49:42 -0500
committerDean Troyer <dtroyer@gmail.com>2013-07-03 11:51:23 -0500
commitf29a849ffcc203e7038fd2a026e0f755dcf2c1fc (patch)
tree75ff2e2a5d529d7b81236bbf1100393a0e173f5a /setup.cfg
parentd50b5750640ace3a77e6e0637d6cd24f91db8080 (diff)
downloadpython-openstackclient-f29a849ffcc203e7038fd2a026e0f755dcf2c1fc.tar.gz
Finish up v3 role commands
* Add remove role * Add --role to group list * Add --role to user list * Fix groups in AddRole() * Remove the tweaks to utils.find_resource for domains; will address that across domains, projects, users and groups in another patch. I want to nail down the structure of these commands and get that into place Change-Id: I8673dd8221ef88978dada5a2833c187026bdb31a
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 535fb405..03583c59 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -104,6 +104,7 @@ openstack.identity.v3 =
role_create = openstackclient.identity.v3.role:CreateRole
role_delete = openstackclient.identity.v3.role:DeleteRole
role_list = openstackclient.identity.v3.role:ListRole
+ role_remove = openstackclient.identity.v3.role:RemoveRole
role_show = openstackclient.identity.v3.role:ShowRole
role_set = openstackclient.identity.v3.role:SetRole