diff --git a/lib/neutron-legacy b/lib/neutron-legacy index 9e926a000f..938d5662ec 100644 --- a/lib/neutron-legacy +++ b/lib/neutron-legacy @@ -511,6 +511,10 @@ function start_neutron_agents { function stop_mutnauq_l2_agent { stop_process q-agt + + if [ "$VIRT_DRIVER" = 'xenserver' ]; then + stop_process q-domua + fi } # stop_mutnauq_other() - Stop running processes (non-screen)