From b26bbae598b00cf44f8dc493d4022f09f73c6807 Mon Sep 17 00:00:00 2001 From: Steve Martinelli Date: Wed, 13 Mar 2013 15:09:35 -0500 Subject: 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 --- setup.py | 1 + 1 file changed, 1 insertion(+) (limited to 'setup.py') 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', -- cgit v1.2.1