Comment 6 for bug 1990480

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

Reviewed: https://review.opendev.org/c/openstack/tripleo-heat-templates/+/859288
Committed: https://opendev.org/openstack/tripleo-heat-templates/commit/7efe0063b97bfdd9dee960d920642f0385095558
Submitter: "Zuul (22348)"
Branch: master

commit 7efe0063b97bfdd9dee960d920642f0385095558
Author: yatinkarel <email address hidden>
Date: Mon Sep 26 17:17:25 2022 +0530

    Enable dns_domain_ports extension by default

    'dns_domain_ports' extension allows dns_domain to be set
    for ports and ML2 OVN supports it since wallaby[1]
    and ML2 OVS long before that.
    This patch replaces 'dns' with 'dns_domain_ports' for
    NeutronPluginExtensions in ml2 plugin heat template and
    all environment files.
    'dns' extension not equired to be enabled explicitly
    with 'dns_domain_ports' as it inherits all the capabilities
    of 'dns' extension.

    [1] https://review.opendev.org/q/Ic269902ef7a16893c4ea624b04347d04db4f52d9

    Related-Bug: #1990480
    Change-Id: I25f75d7bd8864ea132246cea79e073232d664d76