Comment 22 for bug 1260080

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

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

commit 813d1254eb4f7a7d40009b23bbadbc4c5cc5daac
Author: Morgan Fainberg <email address hidden>
Date: Sun Dec 8 21:28:33 2013 -0800

    Convert Token Memcache backend to new KeyValueStore Impl

    This patchset converts the memcache backend for tokens to the new
    KeyValueStore implementation. This implementation provides basic
    configuration choices for utilizing memcache as a token backend.

    The test_backend_memcache test suite has been removed, as there is
    no extra functionality added on top of the KeyValueStore base
    besides the basic configuration choices. The test_backend_memcache
    test suite was only used for testing token memcache backend. The
    important unicode tests have been moved into the base token test
    suite and should now validate against all token backends.

    Closes-Bug: #1260080
    bp: dogpile-kvs-backends
    Change-Id: I8f0bca409a6393176e77f7a27ba15959756da06f