Comment 16 for bug 1349597

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

Reviewed: https://review.openstack.org/112084
Committed: https://git.openstack.org/cgit/openstack/keystone/commit/?id=317f9d34b4da20c21edd5b851889298b67c843e1
Submitter: Jenkins
Branch: stable/icehouse

commit 317f9d34b4da20c21edd5b851889298b67c843e1
Author: Brant Knudson <email address hidden>
Date: Sat Jul 26 12:24:11 2014 -0500

    Fix revoking domain-scoped tokens

    A token scoped to a domain wouldn't be revoked for a domain-wide
    revocation event. This is because the code to convert a token to a
    dict for revocation event processing didn't handle domain-scoped
    tokens.

    Partial-Bug: #1349597

    Change-Id: Ib2c58f3fc8790dbe7f8b073d18d3fa9b0dff608d
    (cherry picked from commit 3e035ebb726167aef43c4a865c7e7f7d3b0978fb)