Comment 3 for bug 1453245

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

Reviewed: https://review.openstack.org/181501
Committed: https://git.openstack.org/cgit/openstack/horizon/commit/?id=9347cb43cc23b3acb2d059b5278f3b5335cee334
Submitter: Jenkins
Branch: master

commit 9347cb43cc23b3acb2d059b5278f3b5335cee334
Author: Thai Tran <email address hidden>
Date: Fri May 8 11:57:59 2015 -0700

    Keystone REST handles default role incorrectly

    The keystone REST currently assigns a role to the user even if the role is the
    default role (_member_). This causes keystone client v2 to return an error.
    This patch fixes this issue.

    Change-Id: I6de6c66eb88abfd23a171c0f13aeff2f707991e2
    Closes-bug: #1453245
    Co-Authored-By: Richard Jones <email address hidden>