Browse code

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

Jenkins authored on 2014/01/30 23:22:32
Showing 1 changed files
... ...
@@ -505,7 +505,7 @@ function stop_neutron() {
505 505
         [ ! -z "$pid" ] && sudo kill -9 $pid
506 506
     fi
507 507
     if is_service_enabled q-meta; then
508
-        sudo pkill -9 neutron-ns-metadata-proxy || :
508
+        sudo pkill -9 -f neutron-ns-metadata-proxy || :
509 509
     fi
510 510
 
511 511
     if is_service_enabled q-lbaas; then