Comment 9 for bug 1947378

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

Reviewed: https://review.opendev.org/c/openstack/neutron/+/826440
Committed: https://opendev.org/openstack/neutron/commit/dacd5276b7c359baea4f4933ce99798b02a2cdea
Submitter: "Zuul (22348)"
Branch: stable/victoria

commit dacd5276b7c359baea4f4933ce99798b02a2cdea
Author: Rodolfo Alonso Hernandez <email address hidden>
Date: Fri Oct 15 13:18:00 2021 +0000

    [OVN] Add the VIF details "connectivity" parameter

    In [1], the parameter was included in the mech driver "vif_details"
    member, instead of adding it in each defined VIF type, "ovs" and
    "vhostuser".

    [1]https://review.opendev.org/c/openstack/networking-ovn/+/678599

    NOTE: this patch differs from the master one (in "Y" release) due
    to LP#1959125. Because the fix for this bug implies a change in
    neutron-lib, this patch addresses the issue by leaving the
    connectivity parameter in the OVN mech driver "vif_details"
    dictionary, thus "_check_drivers_connectivity" can properly
    check it.

    Conflicts:
      neutron/plugins/ml2/drivers/ovn/mech_driver/mech_driver.py

    Closes-Bug: #1947378

    Change-Id: Ie9676fb2869cbf5b5cba9a7b27f2bfbbe0eab458
    (cherry picked from commit b871dabdf433d2393551de6597d43774ed6cf1e4)
    (cherry picked from commit 6be2df7eb5969e0b5440ccd53a1fe19029870fe7)