Merge "Add the api reference for roles_client in v3"
This commit is contained in:
commit
0c675d70de
@ -42,8 +42,12 @@ class RolesClient(rest_client.RestClient):
|
|||||||
return rest_client.ResponseBody(resp, body)
|
return rest_client.ResponseBody(resp, body)
|
||||||
|
|
||||||
def list_roles(self, **params):
|
def list_roles(self, **params):
|
||||||
"""Get the list of Roles."""
|
"""Get the list of Roles.
|
||||||
|
|
||||||
|
For a full list of available parameters, please refer to the official
|
||||||
|
API reference:
|
||||||
|
https://docs.openstack.org/api-ref/identity/v3/index.html#list-roles
|
||||||
|
"""
|
||||||
url = 'roles'
|
url = 'roles'
|
||||||
if params:
|
if params:
|
||||||
url += '?%s' % urllib.urlencode(params)
|
url += '?%s' % urllib.urlencode(params)
|
||||||
|
Loading…
Reference in New Issue
Block a user