diff options
| author | Steve Martinelli <stevemar@ca.ibm.com> | 2013-03-13 15:09:35 -0500 |
|---|---|---|
| committer | Steve Martinelli <stevemar@ca.ibm.com> | 2013-03-15 16:03:01 -0500 |
| commit | b26bbae598b00cf44f8dc493d4022f09f73c6807 (patch) | |
| tree | eb51ed7131a534ecbca64be7214bcfa9e83c2591 /setup.py | |
| parent | 5f283775bfdfd761ae04f54f36c25caad290db5e (diff) | |
| download | python-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.py | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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', |
