Comment 4 for bug 1882020

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

Reviewed: https://review.opendev.org/734754
Committed: https://git.openstack.org/cgit/openstack/neutron/commit/?id=1e53a770823b0053402c2fa44888ef5dd8da70c1
Submitter: Zuul
Branch: stable/ussuri

commit 1e53a770823b0053402c2fa44888ef5dd8da70c1
Author: Frode Nordahl <email address hidden>
Date: Thu Jun 4 10:35:50 2020 +0200

    [OVN] Override notify_nova config in neutron-ovn-db-sync-util

    If either ``notify_nova_on_port_status_changes`` or
    ``notify_nova_on_port_data_changes`` is set in the neutron
    configuration provided to the ``neutron-ovn-db-sync-util`` tool it
    will stop with a Traceback.

    We are already overriding other parts of the ML2 Notification code
    as we do not want it executing while syncing, so let's override
    these configuration options if set as well.

    Change-Id: I62765a14d376664ccc2ca3009bb9e970c9f25c03
    Closes-Bug: #1882020
    (cherry picked from commit 559ae06bdf1f11ca861234a92434771a26ec27d8)