File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -61,7 +61,6 @@ function neutron_plugin_configure_plugin_agent {
6161 if [ `vercmp_numbers "$OVS_VERSION" "1.4"` -lt "0" ]; then
6262 die $LINENO "You are running OVS version $OVS_VERSION. OVS 1.4+ is required for tunneling between multiple hosts."
6363 fi
64- iniset /$Q_PLUGIN_CONF_FILE ovs enable_tunneling True
6564 iniset /$Q_PLUGIN_CONF_FILE ovs local_ip $TUNNEL_ENDPOINT_IP
6665 fi
6766
Original file line number Diff line number Diff line change @@ -38,11 +38,6 @@ function neutron_plugin_configure_service {
3838 iniset /$Q_PLUGIN_CONF_FILE ovs network_vlan_ranges $OVS_VLAN_RANGES
3939 fi
4040
41- # Enable tunnel networks if selected
42- if [[ $OVS_ENABLE_TUNNELING == "True" ]]; then
43- iniset /$Q_PLUGIN_CONF_FILE ovs enable_tunneling True
44- fi
45-
4641 _neutron_ovs_base_configure_firewall_driver
4742
4843 # Define extra "OVS" configuration options when q-svc is configured by defining
Original file line number Diff line number Diff line change @@ -47,7 +47,6 @@ function neutron_plugin_configure_plugin_agent {
4747 if [ `vercmp_numbers "$OVS_VERSION" "1.4"` -lt "0" ] && ! is_service_enabled q-svc ; then
4848 die $LINENO "You are running OVS version $OVS_VERSION. OVS 1.4+ is required for tunneling between multiple hosts."
4949 fi
50- iniset /$Q_PLUGIN_CONF_FILE ovs enable_tunneling True
5150 iniset /$Q_PLUGIN_CONF_FILE ovs local_ip $TUNNEL_ENDPOINT_IP
5251 fi
5352
You can’t perform that action at this time.
0 commit comments