Comment 4 for bug 1832461

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

Reviewed: https://review.opendev.org/665033
Committed: https://git.openstack.org/cgit/openstack/tripleo-heat-templates/commit/?id=46741fc85d33bba754305f49c2fea69e4e2ee1ed
Submitter: Zuul
Branch: stable/stein

commit 46741fc85d33bba754305f49c2fea69e4e2ee1ed
Author: Harald Jensås <email address hidden>
Date: Wed Jun 12 10:44:36 2019 +0200

    Fix RedisVirtualIP when overrdiing InternalApi name_lower

    When overriding RedisVirtualIP name_lower and using the
    service_net_map_replace the overridden name_lower is was
    not used in VipSubnetMapDefaults.

    Get name_lower from the _service_nets jinja2 variable
    which holds the replaced name_lower for the network when
    service_net_map_replace is used.

    Closes-Bug: #1832461
    Change-Id: I839474dcce749fc3a75ae0e1be16780ddb83f5b3
    (cherry picked from commit 2bd0012a6e1fc0decad9522ab1d50491f991cbe1)