Merge "Follow up patch for Improve docs for v3 roles"
This commit is contained in:
@@ -134,7 +134,6 @@ class RoleManager(base.CrudManager):
|
|||||||
:param kwargs: any other attribute provided will be passed to the
|
:param kwargs: any other attribute provided will be passed to the
|
||||||
server.
|
server.
|
||||||
|
|
||||||
|
|
||||||
"""
|
"""
|
||||||
url_tail = self._implied_role_url_tail(prior_role, implied_role)
|
url_tail = self._implied_role_url_tail(prior_role, implied_role)
|
||||||
self.client.put("/roles" + url_tail, **kwargs)
|
self.client.put("/roles" + url_tail, **kwargs)
|
||||||
|
Reference in New Issue
Block a user