diff --git a/lib/neutron-legacy b/lib/neutron-legacy index ad10dbebbf..cc5b75e2b9 100644 --- a/lib/neutron-legacy +++ b/lib/neutron-legacy @@ -783,6 +783,10 @@ function stop_neutron_other { if is_service_enabled q-metering; then neutron_metering_stop fi + + if [[ "$Q_USE_ROOTWRAP_DAEMON" == "True" ]]; then + sudo pkill -9 -f $NEUTRON_ROOTWRAP-daemon || : + fi } # stop_neutron() - Stop running processes (non-screen)