shade/releasenotes/notes/list-role-assignments-keystone-v2-b127b12b4860f50c.yaml
Daniel Wallace b2deeefc8b include keystonev2 role assignments
This will require that user is set with project possibly being None,
otherwise we would have to query over all combinations of users and
projects to find all the assignments, which I would say is unreasonable.

project is not required by keystoneclient, but based on what I was told
by someone in #openstack-keystone, it is highly discouraged to create
roles and users and assignments without the project being involved, so
we won't be allowing it.

Change-Id: Id5b7b9fb44a9dbecb7488eb8f0ef30773efed6d2
2016-01-22 11:06:45 -06:00

4 lines
89 B
YAML

---
features:
- Implement list_role_assignments for keystone v2, using roles_for_user.