Comment 26 for bug 1763776

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

Reviewed: https://review.opendev.org/746786
Committed: https://git.openstack.org/cgit/openstack/python-tripleoclient/commit/?id=1399785a59a8e08b2228c957e8aeabad104a7101
Submitter: Zuul
Branch: stable/train

commit 1399785a59a8e08b2228c957e8aeabad104a7101
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)