Merge "Kill neutron-rootwrap-daemon when stop neutron service"

This commit is contained in:
Jenkins 2016-01-04 13:11:48 +00:00 committed by Gerrit Code Review
commit a6eaed187f

View File

@ -783,6 +783,10 @@ function stop_neutron_other {
if is_service_enabled q-metering; then if is_service_enabled q-metering; then
neutron_metering_stop neutron_metering_stop
fi fi
if [[ "$Q_USE_ROOTWRAP_DAEMON" == "True" ]]; then
sudo pkill -9 -f $NEUTRON_ROOTWRAP-daemon || :
fi
} }
# stop_neutron() - Stop running processes (non-screen) # stop_neutron() - Stop running processes (non-screen)