tripleo-common/releasenotes/notes/fix-api-network-rendering-5a65009051a0f464.yaml
Tim Rozet 602b481804 Adds detection for legacy API network resource
Currently in network_data.yaml there is compat_name which is used as a
workaround for upgrades with regards to a bug where the Heat resource
for API network was being created as InternalNetwork instead of
InternalApiNetwork.  This workaround does work for upgrades, but
consequently also causes all future new deployments to have the wrong
resource name.

This patch adds detection, so that if the legacy resource is detected
already in the overcloud stack, then the compatibility will be enabled
if not already set in network_data.yaml.  This allows for the removal of
compat_name from the network in network_data.yaml and thus removing the
incorrect name for future deployments.

Partial-Bug: 1718764

Change-Id: I695259ad87e2303f948875078bccb619786470e0
Signed-off-by: Tim Rozet <trozet@redhat.com>
2017-10-30 09:52:53 -06:00

8 lines
305 B
YAML

---
fixes:
- |
Fixes compatibility between older deployments with Heat resource network
"InternalNetwork" and corrected "InternalApiNetwork". Upgrades from
previous versions will still use the old naming scheme, while new
deployments will use the correct name of "InternalApiNetwork".