neutron/devstack
melanie witt 6be68a4158 Add dynamic lookup for tcpdump binary
Currently the check will use /usr/bin/tcpdump only for Ubuntu 22.04
(jammy) but it will try to use the old /usr/sbin/tcpdump path for newer
versions of Ubuntu such as 24.04 (noble) which causes the br-ex-tcpdump
service to fail to start in jobs that enable it (like multinode):

  systemd[1]: devstack@br-ex-tcpdump.service: Main process exited,
      code=exited, status=203/EXEC

This uses 'which' to find the path and if it is not found, use the
current check in case there is anything relying on it.

Change-Id: I034e8ca87909521c7e4f3e49996144f9c80d416d
2024-07-10 20:22:15 +00:00
..
lib Remove note about migration from lib/neutron-legacy to lib/neutron 2022-12-20 11:05:05 +01:00
ml2-ovs-compute-local.conf.sample Fix tunnel_types in ml2 ovs sample config 2021-11-23 20:52:01 +05:30
ml2-ovs-local.conf.sample Fix tunnel_types in ml2 ovs sample config 2021-11-23 20:52:01 +05:30
ovn-compute-local.conf.sample change skydive source to skydive-project 2022-02-23 06:42:07 +00:00
ovn-db-local.conf.sample [OVN] Update sample local.conf to mention OVN_BUILD_FROM_SOURCE 2021-02-08 15:47:38 -05:00
ovn-local.conf.sample Remove not wanted section in local.conf sample 2022-06-01 15:54:20 -05:00
ovn-vtep-local.conf.sample [OVN] Update sample local.conf to mention OVN_BUILD_FROM_SOURCE 2021-02-08 15:47:38 -05:00
plugin.sh Add dynamic lookup for tcpdump binary 2024-07-10 20:22:15 +00:00
settings Add devstack plugin for placement service plugin 2019-05-24 11:34:49 +02:00