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 get_param: {{network.name}}IpSubnet
routes: routes:
list_concat_unique: list_concat_unique:
- - get_param: {{network.name}}InterfaceRoutes - get_param: {{network.name}}InterfaceRoutes
{%- if network.name in role.default_route_networks %} {%- if network.name in role.default_route_networks %}
- default: true - - default: true
next_hop: next_hop:
get_param: {{network.name}}InterfaceDefaultRoute get_param: {{network.name}}InterfaceDefaultRoute
{%- endif %} {%- endif %}