Comment 12 for bug 1750337

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to neutron (stable/pike)

Reviewed: https://review.openstack.org/571665
Committed: https://git.openstack.org/cgit/openstack/neutron/commit/?id=b160461a975e10767de59cd3e176763f00ec2184
Submitter: Zuul
Branch: stable/pike

commit b160461a975e10767de59cd3e176763f00ec2184
Author: Sławek Kapłoński <email address hidden>
Date: Tue Feb 20 09:24:38 2018 +0100

    [Fullstack] Limit number of Neutron's api workers

    Default number of api workers in Neutron is set to be equal to
    number of CPU cores on host. That is fine on production environment
    but on fullstack tests, where each test spawns own neutron-server
    process it might cause host overload.

    This patch limits number of api_workers to 2 which should be enough
    for single test case and should make significantly lower load on host.

    Change-Id: I1e970e35883d5240f0bd30eaea50313d93900580
    Closes-Bug: #1750337
    (cherry picked from commit 465ad6f3197b8591a401a9f0db2fabf6c70fdfce)