Comment 13 for bug 1929676

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

Reviewed: https://review.opendev.org/c/openstack/neutron/+/815306
Committed: https://opendev.org/openstack/neutron/commit/dbde4d99794eeb47a2792dda798c96062cd2e368
Submitter: "Zuul (22348)"
Branch: stable/wallaby

commit dbde4d99794eeb47a2792dda798c96062cd2e368
Author: Slawek Kaplonski <email address hidden>
Date: Fri Jun 11 12:12:07 2021 +0200

    Move dns-integration extension to the ML2_SUPPORTED_API_EXTENSIONS list

    Cherry-picked from bc82a66 (I456afcc9054627e74b18460d169052f262451c22)

    dns-integration extension is actually implemented as ML2 extension
    driver, so has nothing to do with the L3 plugin.
    In OVN it was listed in the ML2_SUPPORTED_API_EXTENSIONS_OVN_L3 but it
    should be in ML2_SUPPORTED_API_EXTENSIONS. This patch moves it to the
    correct list.
    This patch also removes disable_dns_extension_by_extension_drivers
    method from the OVN L3 plugin class as there is no need to disable this
    extension by L3 agent.

    Related-Bug: #1929676
    Change-Id: I456afcc9054627e74b18460d169052f262451c22
    (cherry picked from commit bc82a664b637c72b49fd585a41350164103d6aaa)