Merge "Fix list concatenation of routes in bond-with-vlan"

This commit is contained in:
Zuul 2018-10-10 16:30:35 +00:00 committed by Gerrit Code Review
commit 1f1c0f3dec

View File

@ -130,9 +130,9 @@ resources:
get_param: {{network.name}}IpSubnet
routes:
list_concat_unique:
- - get_param: {{network.name}}InterfaceRoutes
- get_param: {{network.name}}InterfaceRoutes
{%- if network.name in role.default_route_networks %}
- default: true
- - default: true
next_hop:
get_param: {{network.name}}InterfaceDefaultRoute
{%- endif %}