Comment 4 for bug 1497283

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

Reviewed: https://review.openstack.org/225145
Committed: https://git.openstack.org/cgit/openstack/openstack-ansible/commit/?id=0513c950fba3071a36661325969c1b2831a85d47
Submitter: Jenkins
Branch: master

commit 0513c950fba3071a36661325969c1b2831a85d47
Author: Jesse Pretorius <email address hidden>
Date: Fri Sep 18 14:29:46 2015 +0100

    Adjust default Keystone httpd processes and threads

    This patch sets the Apache threads and processes for Keystone to match
    the recommendations based on performance testing done by the Keystone
    core team.

    This resolves an issue where the cryptography library will not allow
    multiple threads to register the osrandom engine.

    To compensate for the reduction in threads, the number of processes has
    been increased. Both the values remain tunable to suit a deployers needs.

    Change-Id: I1e94a91642b904b865ddf56983239838ed9a15e6
    Closes-Bug: #1497283