Comment 18 for bug 1993181

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Related fix merged to neutron (stable/xena)

Reviewed: https://review.opendev.org/c/openstack/neutron/+/862711
Committed: https://opendev.org/openstack/neutron/commit/40254f7235a03ad28a4793a85aea96866f1fad7a
Submitter: "Zuul (22348)"
Branch: stable/xena

commit 40254f7235a03ad28a4793a85aea96866f1fad7a
Author: Rodolfo Alonso Hernandez <email address hidden>
Date: Wed Oct 5 21:35:48 2022 +0200

    [OVN] Set the default OVN metadata worker number to 0

    If the configuration variable ``metadata_workers`` is not set,
    the default value for ML2/OVN mechanism driver will be zero.
    This value defines the number of separate workers that will
    be spawned by the OVN metadata agent. By default, the OVN
    metadata proxy handler will be executed inside the same OVN
    metadata agent process, in a parallel thread. That reduces the
    number of OVN SB database connections to one.

    Related-Bug: #1993181
    Change-Id: I8bc4f2784ccefe6078506bc27cc7a98c48192ad2
    (cherry picked from commit 70a2029ca1309ef4a784d2f08f5b5f4bc69617a6)