Comment 6 for bug 2020669

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to charm-hacluster (stable/focal)

Reviewed: https://review.opendev.org/c/openstack/charm-hacluster/+/899183
Committed: https://opendev.org/openstack/charm-hacluster/commit/cc36dea297b709d05408dceef733e486f6f82f82
Submitter: "Zuul (22348)"
Branch: stable/focal

commit cc36dea297b709d05408dceef733e486f6f82f82
Author: Tiago Pasqualini <email address hidden>
Date: Tue May 23 12:14:25 2023 -0300

    Get private-address for local unit from relation

    Currently, the private-address for the local unit is queried using
    unit_get, which can cause it to return an address from a different
    binding. This patch changes it to always query from the relation.

    Depends-on: I9a9efdb5c7e5d3db6dbad11413782b6e07a335c4
    Closes-bug: #2020669
    Change-Id: I128420c572d5491b9af4cf34614f4534c787d02c
    (cherry picked from commit 71100249ee236302ff09d90d49ec66c2fb846829)
    (cherry picked from commit 7ff0d9b1c0d2114c580fb9bac370d4bb9f2fc514)