Comment 5 for bug 1549726

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

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

commit 0b18edab226f6e9dc531febd4eb6f65ccd3c031e
Author: Divya <email address hidden>
Date: Wed Mar 2 08:05:42 2016 +0100

    Race condition in keystone domain config

    This bug fixes a race condition in the domains_config
    decorator. The race condition occurs when more than
    one thread accesses the decorator. The first thread
    sets the configured flag to True before proceeding with
    driver load leading the second thread to use the default
    driver. This fix ensures that the second thread waits for
    the first thread to finish configuration before it uses
    the driver.

    Change-Id: I0289a4d38e0d30d39c67e29bf77b0a89d1dd23f6
    Closes-Bug: 1549726