Browse code

Merge "Stop q-domua process when XenServer is used"

Jenkins authored on 2016/12/01 14:17:32
Showing 1 changed files
... ...
@@ -509,6 +509,10 @@ function start_neutron_agents {
509 509
 
510 510
 function stop_mutnauq_l2_agent {
511 511
     stop_process q-agt
512
+
513
+    if [ "$VIRT_DRIVER" = 'xenserver' ]; then
514
+        stop_process q-domua
515
+    fi
512 516
 }
513 517
 
514 518
 # stop_mutnauq_other() - Stop running processes (non-screen)