Comment 8 for bug 1482271

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

Reviewed: https://review.openstack.org/222173
Committed: https://git.openstack.org/cgit/openstack/keystone/commit/?id=691d497885cf4d8b39bb6ddb384b7c027bb52f95
Submitter: Jenkins
Branch: master

commit 691d497885cf4d8b39bb6ddb384b7c027bb52f95
Author: Boris Bobrov <email address hidden>
Date: Thu Sep 3 16:05:55 2015 +0500

    Move region configuration to a critical section

    Cache initialization performed on the request handling
    after Apache wsgi module start raises exception
    region.RegionAlreadyConfigured on race condition
    in multithreaded mode.

    Change-Id: I65f85aedd5b087499b889540417b9502e050ce7c
    Closes-bug: 1482271