summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorSteve Martinelli <stevemar@ca.ibm.com>2013-03-13 15:09:35 -0500
committerSteve Martinelli <stevemar@ca.ibm.com>2013-03-15 16:03:01 -0500
commitb26bbae598b00cf44f8dc493d4022f09f73c6807 (patch)
treeeb51ed7131a534ecbca64be7214bcfa9e83c2591 /setup.py
parent5f283775bfdfd761ae04f54f36c25caad290db5e (diff)
downloadpython-openstackclient-b26bbae598b00cf44f8dc493d4022f09f73c6807.tar.gz
Add functionality for add-role commands
keep the functions sorted Please review carefully as I intend to mimic this logic with list and remove, I'm open to suggestions about handling thigs differently Change-Id: Ia6359134c44447f3b758870c4dc306ec1f970852
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/setup.py b/setup.py
index 04466a51..d7926f07 100644
--- a/setup.py
+++ b/setup.py
@@ -139,6 +139,7 @@ setuptools.setup(
'list_role=openstackclient.identity.v3.role:ListRole',
'show_role=openstackclient.identity.v3.role:ShowRole',
'set_role=openstackclient.identity.v3.role:SetRole',
+ 'add_role=openstackclient.identity.v3.role:AddRole',
],
'openstack.image.v2': [
'list_image=openstackclient.image.v2.image:ListImage',