Comment 2 for bug 1417737

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

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

commit 2a8b646e7365584dcf7ba0a9a97b6d8ce495a19a
Author: Alexander Makarov <email address hidden>
Date: Thu Feb 5 20:28:57 2015 +0300

    Fix for KVS cache backend incompatible with redis-py

    lock_timeout has different identifiers across different backends.
    This patch makes KeyValueStoreLock to use internal lock_timeout
    instead of relying on naming in backend implementations.

    Change-Id: Ie0f8780cc85f02cfa768b46b8942c1e5a7685fb9
    Closes-Bug: 1417737