Remove ctl socket ownership
Depends-On: https://review.opendev.org/#/c/722318/ Change-Id: I6743529c7cfbb5b828108f7c27e7f1c10f8d46c8
This commit is contained in:
parent
81884d8a60
commit
a9693843d7
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user