Comment 31 for bug 1821026

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

Reviewed: https://review.opendev.org/732910
Committed: https://git.openstack.org/cgit/starlingx/stx-puppet/commit/?id=9dc80285641d03e4abf7a2469c0a19e6f557d444
Submitter: Zuul
Branch: master

commit 9dc80285641d03e4abf7a2469c0a19e6f557d444
Author: Matt Peters <email address hidden>
Date: Tue Jun 2 09:59:24 2020 -0500

    Fix host name resolution for AIO-SX IPV6

    dnsmasq is not processing DNS requests sent to the UDP port 53 when binding
    to the loopback interface on an IPv6 system. The requests are processed
    correctly if dnsmasq is explicitly configured to listen for the management
    address via the listen_address parameter.

    Closes-Bug: 1881772
    Related-Bug: 1821026

    Change-Id: I47f733d2a35c946acd2952efd246a973826e8114
    Signed-off-by: Matt Peters <email address hidden>