Comment 3 for bug 1466405

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

Reviewed: https://review.openstack.org/250341
Committed: https://git.openstack.org/cgit/openstack/ironic/commit/?id=46412348d02a30b059c05b8b32c7a3fc1eafc369
Submitter: Jenkins
Branch: stable/kilo

commit 46412348d02a30b059c05b8b32c7a3fc1eafc369
Author: Lucas Alvares Gomes <email address hidden>
Date: Thu Jun 18 11:34:13 2015 +0100

    Fix broken ACL tests

    In keystonemiddleware 2.0.0 the token cache keys are sha256 hashes of the
    token key. For versions of keystonemiddleware < 2.0.0 this is not the
    case, so this patch is changing the FakeMemcache class to support both.

    Change-Id: I14f6a47437ca861d3135bedbfe2b3a54de211182
    Closes-Bug: #1466405
    (cherry picked from commit 13bcebcaf390697d04a69855d8e50013d0312e1d)