From 520be6bb4056ead8e6fad08ad96e99f7da5b341e Mon Sep 17 00:00:00 2001 From: Tim Rozet Date: Thu, 21 Sep 2017 15:47:44 -0400 Subject: 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 (cherry picked from commit 97244b942d29d2b5acd7a3eb07acdba0d9b99677) --- network_data.yaml | 1 - 1 file changed, 1 deletion(-) (limited to 'network_data.yaml') diff --git a/network_data.yaml b/network_data.yaml index bce82cb2..90293ab3 100644 --- a/network_data.yaml +++ b/network_data.yaml @@ -58,7 +58,6 @@ allocation_pools: [{'start': '172.16.2.4', 'end': '172.16.2.250'}] ipv6_subnet: 'fd00:fd00:fd00:2000::/64' ipv6_allocation_pools: [{'start': 'fd00:fd00:fd00:2000::10', 'end': 'fd00:fd00:fd00:2000:ffff:ffff:ffff:fffe'}] - compat_name: Internal - name: Storage vip: true name_lower: storage -- cgit 1.2.3-korg