Merge "Stop all neutron-ns-metadata-proxy with stop_neutron"

This commit is contained in:
Jenkins
2014-01-30 14:22:32 +00:00
committed by Gerrit Code Review

View File

@@ -505,7 +505,7 @@ function stop_neutron() {
[ ! -z "$pid" ] && sudo kill -9 $pid
fi
if is_service_enabled q-meta; then
sudo pkill -9 neutron-ns-metadata-proxy || :
sudo pkill -9 -f neutron-ns-metadata-proxy || :
fi
if is_service_enabled q-lbaas; then