Comment 7 for bug 1750337

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

Reviewed: https://review.openstack.org/546069
Committed: https://git.openstack.org/cgit/openstack/neutron/commit/?id=465ad6f3197b8591a401a9f0db2fabf6c70fdfce
Submitter: Zuul
Branch: master

commit 465ad6f3197b8591a401a9f0db2fabf6c70fdfce
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