Comment 4 for bug 1813089

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to senlin (stable/rocky)

Reviewed: https://review.openstack.org/634079
Committed: https://git.openstack.org/cgit/openstack/senlin/commit/?id=60a7db5f5251492e2c2591bf2057ff35827e7216
Submitter: Zuul
Branch: stable/rocky

commit 60a7db5f5251492e2c2591bf2057ff35827e7216
Author: Hang Yang <email address hidden>
Date: Wed Jan 23 15:25:12 2019 -0800

    Fix member address selection in lbaas driver

    Currently when Senlin adds a member to load balancer's pool, it just uses
    the first address of the node. In a dual stack network, if the first
    address does not match with the subnet ip version, the member will become
    unaccessible from the load balancer. This patch ensures the right address
    will be picked according to the subnet ip version.

    Change-Id: I0322184dfdb46a7560c20e85452d84d2ffb83a1c
    Closes-Bug: #1813089
    (cherry picked from commit ec3c42a2ad0644b0b342cbebb50820eafb7d916e)