We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 518286c commit dd6e137Copy full SHA for dd6e137
templates/common/_base/files/configure-ovs-network.yaml
@@ -9,6 +9,8 @@ contents:
9
echo "Skipping configure-ovs due to manual network configuration"
10
exit 0
11
fi
12
+ # clear any config to connect to OVN DBs, if it exists
13
+ ovs-vsctl set Open_vSwitch . external_ids:ovn-remote=" "
14
15
# This file is not needed anymore in 4.7+, but when rolling back to 4.6
16
# the ovs pod needs it to know ovs is running on the host.
0 commit comments