Comment 12 for bug 2049503

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to kolla-ansible (master)

Reviewed: https://review.opendev.org/c/openstack/kolla-ansible/+/905852
Committed: https://opendev.org/openstack/kolla-ansible/commit/6f847610b5e31cab912de2c83709e68e8d771125
Submitter: "Zuul (22348)"
Branch: master

commit 6f847610b5e31cab912de2c83709e68e8d771125
Author: Michal Arbet <email address hidden>
Date: Wed Jan 17 12:02:52 2024 +0100

    Fix neutron DNS integration

    This patch basically does a simple thing, on the basis
    of a variable neutron_dns_integration it enables/disables
    DNS integration.

    There is also precheck added which checks whether dns_domain
    in neutron.conf has a non-default value if DNS integration is
    enabled as this is requirement.

    [1] https://docs.openstack.org/neutron/latest/admin/config-dns-int.html
    [2] https://docs.openstack.org/neutron/latest/admin/config-dns-int-ext-serv.html#config-dns-int-ext-serv

    Closes-Bug: #2049503

    Change-Id: I90f0f8dcec6fa0112179f050d96e9d9db5956cf8