Merge "Fixes InternalApi Heat network resource"
This commit is contained in:
commit
d5acaafb7a
@ -58,7 +58,6 @@
|
|||||||
allocation_pools: [{'start': '172.16.2.4', 'end': '172.16.2.250'}]
|
allocation_pools: [{'start': '172.16.2.4', 'end': '172.16.2.250'}]
|
||||||
ipv6_subnet: 'fd00:fd00:fd00:2000::/64'
|
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'}]
|
ipv6_allocation_pools: [{'start': 'fd00:fd00:fd00:2000::10', 'end': 'fd00:fd00:fd00:2000:ffff:ffff:ffff:fffe'}]
|
||||||
compat_name: Internal
|
|
||||||
- name: Storage
|
- name: Storage
|
||||||
vip: true
|
vip: true
|
||||||
name_lower: storage
|
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…
x
Reference in New Issue
Block a user