Comment 6 for bug 1866068

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

Reviewed: https://review.opendev.org/711404
Committed: https://git.openstack.org/cgit/openstack/neutron/commit/?id=d7c23431ad3959eb5fd74e42ea95d446e4e7566d
Submitter: Zuul
Branch: master

commit d7c23431ad3959eb5fd74e42ea95d446e4e7566d
Author: Jakub Libosvar <email address hidden>
Date: Wed Mar 18 14:27:17 2020 +0000

    [ovn]: Create neutron_pg_drop Port Group on init

    The patch adds a short living connection in pre-fork routine that
    creates neutron_pg_drop Port Group. Later after workers are spawned,
    each worker also creates a short living connection and waits for an
    event that the Port Group was created.

    The short living IDLs limit its tables only for relevant tables so it
    doesn't fetch the whole OVS DB to the local copy.

    Closes-bug: #1866068

    Change-Id: I1f5af36b8c3d5650f890edfed3c33dc206869824
    Signed-off-by: Jakub Libosvar <email address hidden>