2bd0012a6e
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
9 lines
382 B
YAML
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>`_.
|