Stop all neutron-ns-metadata-proxy with stop_neutron

Process name is actually python therefore neutron-ns-metadata-proxy
pattern didn't match wanted process.

Closes-bug: #1269982
Change-Id: Ib4439b0d32f103253b461841fa903c65763ff280
This commit is contained in:
Jakub Libosvar
2014-01-28 23:01:38 +01:00
parent e61bc61a31
commit 1f76328027

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