Fixes InternalApi Heat network resource

Detection for using legacy network is now in tripleo-common so there is
no need to set it network_data.yaml anymore.

Depends-On: I695259ad87e2303f948875078bccb619786470e0

Closes-Bug: 1718764

Change-Id: I52468a687ba7215ec32c5700de346b3ed4ebd1f9
Signed-off-by: Tim Rozet <trozet@redhat.com>
This commit is contained in:
Tim Rozet 2017-10-16 15:41:39 -04:00
parent 24fe83364c
commit 1fd272a308
2 changed files with 5 additions and 1 deletions

View File

@ -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

View File

@ -0,0 +1,5 @@
---
fixes:
- |
Fixes Heat resource for API networks to be the correct name of
"InternalApiNetwork" instead of "InternalNetwork".