Fix error in Tenant network routes definition
Deploying with network_data_routed.yaml is throwing 'Unknown Property ip_netmask' for the Tenant network routes. Fix the network_data_routed.yaml definition to use the right keys for the route definition. Change-Id: Ied81ed342dbeb026225b01aeed66aca7411b3555
This commit is contained in:
parent
300c366701
commit
00652b6596
@ -144,7 +144,7 @@
|
||||
vlan: 50
|
||||
ip_subnet: '172.16.0.0/24'
|
||||
gateway_ip: '172.16.0.1'
|
||||
routes: [{'ip_netmask':'172.16.0.0/20', 'next_hop':'172.16.0.1'}]
|
||||
routes: [{'destination':'172.16.0.0/20', 'nexthop':'172.16.0.1'}]
|
||||
allocation_pools: [{'start': '172.16.0.4', 'end': '172.16.0.250'}]
|
||||
# Note that tenant tunneling is only compatible with IPv4 addressing at this time.
|
||||
ipv6_subnet: 'fd00:fd00:fd00:5000::/64'
|
||||
|
Loading…
Reference in New Issue
Block a user