Comment 5 for bug 1888829

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

Reviewed: https://review.opendev.org/743767
Committed: https://git.openstack.org/cgit/openstack/neutron/commit/?id=5f6e37f966a627670480429d153a21631e170c20
Submitter: Zuul
Branch: master

commit 5f6e37f966a627670480429d153a21631e170c20
Author: Rodolfo Alonso Hernandez <email address hidden>
Date: Wed Jul 29 11:49:31 2020 +0000

    Filter ML2Plugin mech driver supported extensions

    Each mechanism driver loaded in the ML2Plugin can provide what
    extensions are supported. By default, any mech driver can support
    all extensions.

    This extension filtering is done during the plugin initialization.
    If any requested extension is not supported, it will be silently
    removed from the loaded extensions.

    Depends-On: https://review.opendev.org/#/c/743519
    Related-Bug: #1888829

    Change-Id: Id4809d4f3c4e13a93f9160df3618f8602b57437c