tripleo-heat-templates/releasenotes/notes/bug-1832461-RedisVirtualIP-and-InternalApi-name-lower-override-7ea2635877b753c7.yaml
Harald Jensås 2bd0012a6e 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
2019-06-12 11:02:22 +02:00

9 lines
382 B
YAML

---
fixes:
- |
When changeing the ``name_lower`` of the ``InternalApi`` network and using
the ``service_net_map_replace`` option in network data. The subnet
referenced in ``VipSubnetMapDefaults`` did not take in account the custom
lowercase name for the network, causing deployment error.
See bug: `1832461 <https://bugs.launchpad.net/tripleo/+bug/1832461>`_.