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
This commit is contained in:
parent
1aa4cba302
commit
a7d227d7db
1
setup.py
1
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',
|
||||
|
Loading…
x
Reference in New Issue
Block a user