Fixes heat resource name for Internal API Network
authorTim Rozet <trozet@redhat.com>
Thu, 21 Sep 2017 19:47:44 +0000 (15:47 -0400)
committerTim Rozet <trozet@redhat.com>
Wed, 4 Oct 2017 18:18:49 +0000 (18:18 +0000)
commit520be6bb4056ead8e6fad08ad96e99f7da5b341e
tree3f172b6028229fe41e5744ef3d9343a0feded2da
parentf2d8fa73f6cec2e3d754dbd9a9973918cc9832d0
Fixes heat resource name for Internal API Network

With the dynamic Jinja2 rendering for networks, the heat resource for
Internal API network was accidentally being renamed to:
OS::TripleO::Network::Internal

when it should be the same as previous versions:
OS::TripleO::Network::InternalApi

This patch removes the 'compat_name' which was overriding the network
name for rendering the resource. This patch also removes the
compat_name functionality from the network/networks.j2.yaml file
since it is no longer needed.

Closes-Bug: 1718764

Change-Id: If756cddd91933edb303cc056515d98b941a3eb14
Signed-off-by: Tim Rozet <trozet@redhat.com>
(cherry picked from commit 97244b942d29d2b5acd7a3eb07acdba0d9b99677)
network/networks.j2.yaml
network_data.yaml
releasenotes/notes/fix-internal-api-network-name-282bfda2cdb406aa.yaml [new file with mode: 0644]