Comment 15 for bug 1349597

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

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

commit cccc3f3239c68479de0f6a41bd64badf2a9ec9e7
Author: Brant Knudson <email address hidden>
Date: Sat Jul 26 11:21:45 2014 -0500

    Correct revocation event test for domain_id

    The revocation event test used "user_domain_id" and
    "project_domain_id" as token fields that the "domain_id"
    revocation event field maps to, but the token fields are
    actually "identity_domain_id" and "assignment_domain_id", as
    can be seen in
    keystone.contrib.revoke.model.build_token_values().

    Conflicts:

     keystone/tests/test_revoke.py

    Change-Id: I208484da243403287eaa33893d57429c7e6d27c7
    Partial-Bug: #1349597
    (cherry picked from commit c4447f16da036fe878382ce4e1b05b84bdcc4d4e)