From a9693843d77525decefc8a0ba0528624f9e11350 Mon Sep 17 00:00:00 2001 From: "rajesh.kudaka" Date: Thu, 23 Apr 2020 08:32:40 -0500 Subject: [PATCH] Remove ctl socket ownership Depends-On: https://review.opendev.org/#/c/722318/ Change-Id: I6743529c7cfbb5b828108f7c27e7f1c10f8d46c8 --- neutron/templates/bin/_neutron-openvswitch-agent-init.sh.tpl | 5 ----- 1 file changed, 5 deletions(-) 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