diff --git a/neutron/templates/bin/_neutron-openvswitch-agent-init.sh.tpl b/neutron/templates/bin/_neutron-openvswitch-agent-init.sh.tpl index 854acb3e8a..8444159a0d 100644 --- a/neutron/templates/bin/_neutron-openvswitch-agent-init.sh.tpl +++ b/neutron/templates/bin/_neutron-openvswitch-agent-init.sh.tpl @@ -19,11 +19,6 @@ set -ex OVS_SOCKET=/run/openvswitch/db.sock chown neutron: ${OVS_SOCKET} -# This enables the usage of 'ovs-appctl' from neutron pod. -OVS_PID=$(cat /run/openvswitch/ovs-vswitchd.pid) -OVS_CTL=/run/openvswitch/ovs-vswitchd.${OVS_PID}.ctl -chown neutron: ${OVS_CTL} - function get_dpdk_config_value { values=$1 filter=$2