Merge "Add default for bond_interface_ovs_options" into stable/wallaby

This commit is contained in:
Zuul 2023-03-23 16:35:20 +00:00 committed by Gerrit Code Review
commit 748037412c
1 changed files with 3 additions and 0 deletions

View File

@ -31,3 +31,6 @@ tripleo_network_config_safe_defaults: true
tripleo_network_config_with_ansible: false
tripleo_network_config_template: templates/single_nic_vlans/single_nic_vlans.j2
tripleo_network_config_override: {}
# Named for consistency with tripleo-heat-templates and the baremetal_deploy.py module.
bond_interface_ovs_options: "bond_mode=active-backup"