Merge "Fix typo in bond options group var name (1/2)"

This commit is contained in:
Zuul 2020-11-18 13:51:41 +00:00 committed by Gerrit Code Review
commit cba7e4ecd0
1 changed files with 1 additions and 0 deletions

View File

@ -1028,6 +1028,7 @@ resources:
{%- endfor %}
dns_search_domains: {get_param: DnsSearchDomains}
bound_interface_ovs_options: {get_param: BondInterfaceOvsOptions}
bond_interface_ovs_options: {get_param: BondInterfaceOvsOptions}
local_mtu: {get_param: {{role.name}}LocalMtu}
role_networks:
{%- for network in networks if network.enabled|default(true) and network.name in role.networks|default([]) %}