Comment 34 for bug 1561054

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

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

commit b77c5b789fae62aa7375296bf49985cf213e0a87
Author: Lance Bragstad <email address hidden>
Date: Thu Jul 21 20:38:01 2016 +0000

    Make AuthWithTrust testable against uuid and fernet

    We should make AuthWithTrust something that is tested against both the uuid
    token provider and the fernet token provider. This helps us move towards making
    fernet the default token provider.

    This is an effort to break https://review.openstack.org/#/c/258650 into
    smaller, more reviewable pieces.

    Co-Authored-By: Raildo Mascena <email address hidden>
    Co-Authored-By: Adam Young <email address hidden>

    Change-Id: I0fd2187421fc677e7d422d4b449eec3056a134e9
    Partial-Bug: 1561054