Comment 9 for bug 1879307

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

Reviewed: https://review.opendev.org/729728
Committed: https://git.openstack.org/cgit/openstack/neutron/commit/?id=5e3c8640b0412a98f2aa8f9ae710ffb7e6d0fcc5
Submitter: Zuul
Branch: stable/ussuri

commit 5e3c8640b0412a98f2aa8f9ae710ffb7e6d0fcc5
Author: Slawek Kaplonski <email address hidden>
Date: Tue May 19 10:04:18 2020 +0200

    Allow usage of legacy 3rd-party interface drivers

    In the patch [1] we changed definition of the abstract method
    "plug" in the LinuxInterfaceDriver class.
    That broke e.g. 3rd-party drivers which still don't accept this
    new parameter called "link_up" in the plug_new method.

    So this patch fixes this to make such legacy drivers to be still working
    with the new base interface driver class.

    This commit also marks such definition of the plug_new method as
    deprecated. Possibility of using it without accepting link_up parameter
    will be removed in the "W" release of the OpenStack.

    [1] https://review.opendev.org/#/c/707406/

    Change-Id: Icd555987a1a57ca0b31fa7e4e830583d6c69c861
    Closes-Bug: #1879307
    (cherry picked from commit 30d573d5abeb4a5251d08dc5384f5c0ff372eff8)