Comment 5 for bug 1403539

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

Reviewed: https://review.openstack.org/142472
Committed: https://git.openstack.org/cgit/openstack/keystone/commit/?id=5a0811f355671c94e985aa888be5472a7920afa4
Submitter: Jenkins
Branch: master

commit 5a0811f355671c94e985aa888be5472a7920afa4
Author: Samuel de Medeiros Queiroz <email address hidden>
Date: Wed Dec 17 12:52:40 2014 -0300

    Adds inherited column to RoleAssignment PK

    It should be possible to add both inherited and
    non-inherited role assignments for the same actor
    and target with the same role.

    However, this was not currently possible since
    the inherited column was not part of the PK of
    the assignment table.

    This patch alters the table definition and adds a
    migration script and tests for it.

    Closes-Bug: #1403539

    Change-Id: I1ba4935934b0dc6b6077d18761023ad50462c8b8