Comment 15 for bug 1821058

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

Reviewed: https://review.opendev.org/c/openstack/neutron/+/826502
Committed: https://opendev.org/openstack/neutron/commit/0fe6c0b8ca8a5704242766472d94d5ca86832363
Submitter: "Zuul (22348)"
Branch: master

commit 0fe6c0b8ca8a5704242766472d94d5ca86832363
Author: Rodolfo Alonso Hernandez <email address hidden>
Date: Wed Jan 26 17:37:07 2022 +0000

    Use the "connectivity" property of "MechanismDriver"

    The base class "MechanismDriver" now has a property called
    "connectivity". This patch overrides the default value in the
    in-tree drivers.

    The method "_check_drivers_connectivity" now uses this property
    that is available in all drivers.

    Depends-On: https://review.opendev.org/c/openstack/neutron-lib/+/826501

    Closes-Bug: #1959125
    bp boot-vm-with-unaddressed-port
    Related-Bug: #1821058

    Change-Id: I91734835b07d804365b46adfb26e984557107d80