Browse code

Merge "Kill radvd when stopping neutron-l3 service"

Jenkins authored on 2016/02/19 19:26:50
Showing 1 changed files
... ...
@@ -772,7 +772,11 @@ function stop_neutron_other {
772 772
     fi
773 773
 
774 774
     stop_process q-svc
775
-    stop_process q-l3
775
+
776
+    if is_service_enabled q-l3; then
777
+        sudo pkill -f "radvd -C $DATA_DIR/neutron/ra"
778
+        stop_process q-l3
779
+    fi
776 780
 
777 781
     if is_service_enabled q-meta; then
778 782
         sudo pkill -9 -f neutron-ns-metadata-proxy || :