python-keystoneclient/releasenotes/notes/implied_roles-ea39d3c3d998d482.yaml
Adam Young abcee5f3ce Implied Roles
While the entity for an inference rule should be thought of as a
resource, the rules are essentially relationships between roles.
The `implied_role` API is linked with the role API, and thus the
client functions are part of v3/role.py.  However, it does not
map completely cleanly to the Crud baseclass, and requires
some custom URL generation.

Change-Id: I80a40e88b571fe9b0eca3af8b705ea79f28eb904
2016-02-17 22:23:43 -05:00

4 lines
55 B
YAML

---
features:
- support for implied roles in v3 API.