Reviewed: https://review.openstack.org/381777 Committed: https://git.openstack.org/cgit/openstack/keystone/commit/?id=24dd02277c8d4b9515eb83b7de00c1683259a666 Submitter: Jenkins Branch: master
commit 24dd02277c8d4b9515eb83b7de00c1683259a666 Author: Rodrigo Duarte Sousa <[email protected]> Date: Tue Oct 4 09:42:28 2016 -0300 Minor fix in role_assignments api-ref GET /role_assignments do not list the effective role_assignments, this is done via the "effective" query param as described in the doc. For listing role assignments, we also have a similar explanation in the "roles.inc" doc. After giving some thought, I guess the best option is to leave both entries. This can sound redundant, but both entries give pertinent explanation to the doc they are part of. For example, in the "inherit.inc" doc, we have a introduction to the GET /role_assignments API and explanations about the "effective", "include_subtree" and "inherit_to" query parameters, which are essentially part of the inherited roles feature. Closes-Bug: 1645554 Change-Id: I38fa771295a1e1f482b10013f922a0bd0e432f8d ** Changed in: keystone Status: In Progress => Fix Released -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to OpenStack Identity (keystone). https://bugs.launchpad.net/bugs/1645554 Title: [api-ref] incorrect title for role-assignment Status in OpenStack Identity (keystone): Fix Released Status in openstack-api-site: Invalid Bug description: Title for role-assignment identity v3 api-ref is not appropriate, as this API is to list all role assignment and depends on query (effective), it will return filter role assignments. So title should be "List role assignments" instead of "List effective role assignments" http://developer.openstack.org/api-ref/identity/v3/?expanded=list- effective-role-assignments-detail To manage notifications about this bug go to: https://bugs.launchpad.net/keystone/+bug/1645554/+subscriptions -- Mailing list: https://launchpad.net/~yahoo-eng-team Post to : [email protected] Unsubscribe : https://launchpad.net/~yahoo-eng-team More help : https://help.launchpad.net/ListHelp

