Comment 10 for bug 1929446

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

Reviewed: https://review.opendev.org/c/openstack/os-vif/+/805625
Committed: https://opendev.org/openstack/os-vif/commit/e4dc8b5664ccee8bde9e90fc9e618d6b705a0b68
Submitter: "Zuul (22348)"
Branch: master

commit e4dc8b5664ccee8bde9e90fc9e618d6b705a0b68
Author: Sean Mooney <email address hidden>
Date: Mon Aug 23 13:11:16 2021 +0100

    only register tables used by os-vif

    This change limits the tables registered in the native driver
    to the set actully used by os-vif. This will shorten the inital
    startup time and reconnection time if the ovs db connection is dropped.
    as a result this will help mitigate bug #1929446 where on reconnection
    the nova compute agent can stall until reconnection is completed.

    Change-Id: I635dff2b4fcff905ca8f431eb7e928265200f92a
    Partial-Bug: #1929446