Comment 2 for bug 1882202

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

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

commit 206ce246768d6fb04b6bd92e189188f6702c74a7
Author: Frode Nordahl <email address hidden>
Date: Fri Jun 5 09:52:48 2020 +0200

    [OVN] Allow use of ovn-sync mechanism driver

    The ``neutron-ovn-db-sync-util`` replaces the ``ovn`` mechanism
    driver with the ``ovn-sync`` mechanism driver. Subsequently it
    makes calls into the OVN L3 service plugin.

    At present the OVN L3 service plugin assumes the ``ovn`` mechanism
    driver to be present and produces a Traceback when it is not.

    This patch fixes that by testing for both of the supported
    mechanism drivers.

    Change-Id: I1ac685a12f49119f5ef1428cbc504b639d783803
    Closes-Bug: #1882202
    Signed-off-by: Frode Nordahl <email address hidden>