Comment 24 for bug 1878101

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

Reviewed: https://review.opendev.org/731046
Committed: https://git.openstack.org/cgit/openstack/tripleo-heat-templates/commit/?id=4dba85d815b606d25ed31bd5a47ffc057a635e69
Submitter: Zuul
Branch: stable/ussuri

commit 4dba85d815b606d25ed31bd5a47ffc057a635e69
Author: Harald Jensås <email address hidden>
Date: Thu May 21 15:42:54 2020 +0200

    Use /32 or /128 netmask for VIPs

    Commit 1ebf115f8580f0cd2aceccda6615e396df113c9d hard code
    the netmask for VIPs to /32. This will not work for IPv6.

    Add a conditional checking for ':' in the IP addresses for
    control_virtual_ip and public_virtual_ip and set netmask
    correctly based on IP version.

    Related-Bug: #1878101
    Change-Id: I00718cf436ba438ef19c1a42aa2d2004fe73dcd2
    (cherry picked from commit 2f38880744e0281b0c00b41ab690cafd7b4eb7ed)