summaryrefslogtreecommitdiff
path: root/releasenotes
diff options
context:
space:
mode:
authorAdam Young <ayoung@redhat.com>2016-02-16 18:10:09 -0500
committerAdam Young <ayoung@redhat.com>2016-02-17 22:23:43 -0500
commitabcee5f3ce234e820e90e2d8bb6823f238fb69e8 (patch)
tree87413b2528457f0d753db34d84b5091e735b521e /releasenotes
parentaeb69f3b6d8f35cd4956e1fe03d1ef9b2cd69bf0 (diff)
downloadpython-keystoneclient-abcee5f3ce234e820e90e2d8bb6823f238fb69e8.tar.gz
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
Diffstat (limited to 'releasenotes')
-rw-r--r--releasenotes/notes/implied_roles-ea39d3c3d998d482.yaml3
1 files changed, 3 insertions, 0 deletions
diff --git a/releasenotes/notes/implied_roles-ea39d3c3d998d482.yaml b/releasenotes/notes/implied_roles-ea39d3c3d998d482.yaml
new file mode 100644
index 0000000..e00ccae
--- /dev/null
+++ b/releasenotes/notes/implied_roles-ea39d3c3d998d482.yaml
@@ -0,0 +1,3 @@
+---
+features:
+ - support for implied roles in v3 API.