Comment 31 for bug 1561054

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

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

commit f324506d06ab7a4e3632158c2cf4ff8554de5cd1
Author: Lance Bragstad <email address hidden>
Date: Thu Jul 21 00:07:38 2016 +0000

    Only run KvsTokenCacheInvalidation against uuid

    It only makes sense to run these tests against the UUID token provider. We
    don't need to run this against the Fernet provider since keystone doesn't store
    Fernet tokens.

    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: I72aaf2967723c695cc445c2a1074adf5760dc46b
    Partial-Bug: 1561054