diff --git a/devstack/plugin.sh b/devstack/plugin.sh index e5890f99b..b65e8e81f 100644 --- a/devstack/plugin.sh +++ b/devstack/plugin.sh @@ -462,7 +462,7 @@ function start_nodepool { # run a fake statsd so we test stats sending paths export STATSD_HOST=localhost export STATSD_PORT=8125 - run_process statsd "socat -u udp-recv:$STATSD_PORT -" + run_process statsd "/usr/bin/socat -u udp-recv:$STATSD_PORT -" run_process nodepool-launcher "$NODEPOOL_INSTALL/bin/nodepool-launcher -c $NODEPOOL_CONFIG -s $NODEPOOL_SECURE -l $NODEPOOL_LOGGING -d" run_process nodepool-builder "$NODEPOOL_INSTALL/bin/nodepool-builder -c $NODEPOOL_CONFIG -l $NODEPOOL_LOGGING -d"