Fix typo in network config templates

s/bound_interface_ovs_options/bond_interface_ovs_options/

Depends-On: https://review.opendev.org/761039
Change-Id: If9a7b294b684abf49b9017d8cf8b4d8545c03a91
This commit is contained in:
Harald Jensås 2020-11-03 03:46:04 +01:00
parent 5fb65696f5
commit 5b5831da9d
6 changed files with 7 additions and 7 deletions

View File

@ -31,7 +31,7 @@ network_config:
name: bond_api
mtu: {{ min_viable_mtu_ctlplane }}
use_dhcp: false
bonding_options: {{ bound_interface_ovs_options }}
bonding_options: {{ bond_interface_ovs_options }}
dns_servers: {{ ctlplane_dns_nameservers }}
domain: {{ dns_search_domains }}
members:
@ -58,7 +58,7 @@ network_config:
- type: linux_bond
name: bond-data
mtu: {{ min_viable_mtu_dataplane }}
bonding_options: {{ bound_interface_ovs_options }}
bonding_options: {{ bond_interface_ovs_options }}
members:
- type: interface
name: nic4

View File

@ -21,7 +21,7 @@ network_config:
name: bond_api
mtu: {{ min_viable_mtu }}
use_dhcp: false
bonding_options: {{ bound_interface_ovs_options }}
bonding_options: {{ bond_interface_ovs_options }}
dns_servers: {{ ctlplane_dns_nameservers }}
domain: {{ dns_search_domains }}
members:

View File

@ -20,7 +20,7 @@ network_config:
- type: ovs_bond
name: bond1
mtu: {{ min_viable_mtu }}
ovs_options: {{ bound_interface_ovs_options }}
ovs_options: {{ bond_interface_ovs_options }}
members:
- type: interface
name: nic2

View File

@ -15,7 +15,7 @@ network_config:
- type: linux_bond
name: bond_api
mtu: {{ min_viable_mtu }}
bonding_options: {{ bound_interface_ovs_options }}
bonding_options: {{ bond_interface_ovs_options }}
use_dhcp: false
dns_servers: {{ ctlplane_dns_nameservers }}
members:

View File

@ -20,7 +20,7 @@ network_config:
- type: ovs_bond
name: bond1
mtu: {{ min_viable_mtu }}
ovs_options: {{ bound_interface_ovs_options }}
ovs_options: {{ bond_interface_ovs_options }}
members:
- type: interface
name: nic2

View File

@ -21,7 +21,7 @@ network_config:
members:
- type: ovs_bond
name: bond1
ovs_options: {{ bound_interface_ovs_options }}
ovs_options: {{ bond_interface_ovs_options }}
members:
- type: interface
name: nic2