Merge "Fixes InternalApi Heat network resource"

This commit is contained in:
Zuul 2017-11-07 23:42:08 +00:00 committed by Gerrit Code Review
commit d5acaafb7a
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".