Comment 25 for bug 1763776

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

Reviewed: https://review.opendev.org/746785
Committed: https://git.openstack.org/cgit/openstack/python-tripleoclient/commit/?id=7fcc694d002e3c163d14698067b6540dd913a324
Submitter: Zuul
Branch: stable/ussuri

commit 7fcc694d002e3c163d14698067b6540dd913a324
Author: Harald Jensås <email address hidden>
Date: Tue Aug 18 10:03:23 2020 +0200

    Limit ip_version when resolving public_host and admin_host

    Use the the local_ip config option to filter results to a single
    ip version when resolving public_host and admin_host to ip
    addresses.

    When nameservers return result for both IPv4 and IPv6 we currently
    fail, due to multiple IP's for the host.

    Change-Id: Ic86dcea7abb5dbae31aa20fe91957e5e9a07f94e
    Related-Bug: #1763776
    Related: RHBZ#1868910
    (cherry picked from commit 1fd42a85da98e356e85146a9afbec528584c600b)