Comment 6 for bug 1593571

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to horizon (stable/newton)

Reviewed: https://review.openstack.org/408827
Committed: https://git.openstack.org/cgit/openstack/horizon/commit/?id=c7a40ac6fbb0a548818aa185a6ecb337e7bee138
Submitter: Jenkins
Branch: stable/newton

commit c7a40ac6fbb0a548818aa185a6ecb337e7bee138
Author: Edmund Rhudy <email address hidden>
Date: Fri Aug 19 14:50:12 2016 -0400

    Fixes traceback if group name attribute is missing

    This works around an issue where certain backends (e.g. LDAP)
    did not provide a group name, only ID, which would cause most
    identity management tasks in Horizon to fail. If no name is
    provided, the ID is duplicated as the group name.

    Change-Id: Iea87abf38d26cb2baff43521c7dd2ae0a00e9997
    Closes-Bug: #1593571
    (cherry picked from commit cb664ecf18bc68f03bc0a2ccff66d285872cde59)