Merge "dpdk-vswitchd: some ovs tools require ovs daemons pidfiles"

This commit is contained in:
Zuul 2020-05-14 14:37:29 +00:00 committed by Gerrit Code Review
commit cd9f7faa6c

View File

@ -1,4 +1,4 @@
{
"command": "/usr/sbin/ovs-vswitchd unix:/run/openvswitch/db.sock -vconsole:emer -vsyslog:err -vfile:info --mlockall --log-file=/var/log/kolla/openvswitch/ovs-vswitchd.log",
"command": "/usr/sbin/ovs-vswitchd unix:/run/openvswitch/db.sock -vconsole:emer -vsyslog:err -vfile:info --mlockall --log-file=/var/log/kolla/openvswitch/ovs-vswitchd.log --pidfile",
"config_files": []
}