Comment 2 for bug 1284639

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to keystone (master)

Reviewed: https://review.openstack.org/76470
Committed: https://git.openstack.org/cgit/openstack/keystone/commit/?id=33a3822ecd3095f36983d88439644dc90446e896
Submitter: Jenkins
Branch: master

commit 33a3822ecd3095f36983d88439644dc90446e896
Author: Marcos Lobo <email address hidden>
Date: Wed Feb 26 10:10:00 2014 +0100

    Unimplemented get roles by group for project list

    The list_projects_for_user() function on LDAP assignment backend only
    listed projects with associations across user_id, not across group_ids.
    This function admits the group_ids parameter, but never is used on the
    body of the function.

    Change-Id: I0ff6791e11aa18ffb3a4407e8e5958ac03f2086b
    Closes-Bug: #1284639