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:
parent
24fe83364c
commit
1fd272a308
@ -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
|
||||
|
@ -0,0 +1,5 @@
|
||||
---
|
||||
fixes:
|
||||
- |
|
||||
Fixes Heat resource for API networks to be the correct name of
|
||||
"InternalApiNetwork" instead of "InternalNetwork".
|
Loading…
Reference in New Issue
Block a user