Comment 33 for bug 1327946

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

Reviewed: https://review.openstack.org/116126
Committed: https://git.openstack.org/cgit/openstack/oslo.concurrency/commit/?id=f1688a70f28a15cb864651f534344faab92c0d1f
Submitter: Jenkins
Branch: master

commit f1688a70f28a15cb864651f534344faab92c0d1f
Author: Ben Nemec <email address hidden>
Date: Thu Aug 21 22:16:15 2014 +0000

    Use file locks by default again

    After a lot of discussion[1], it was decided that this is the
    safest way forward. In the future we can investigate alternative
    locking methods, probably as opt-ins so we don't break any
    existing consumers of these locks.

    [1] http://lists.openstack.org/pipermail/openstack-dev/2014-August/043090.html

    Change-Id: I49ff98abc395d3263d55aeff26081b462a8a294e
    Partial-Bug: 1327946