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

This commit is contained in:
Jenkins 2016-12-01 05:17:32 +00:00 committed by Gerrit Code Review
commit 77428fb7c2

View File

@ -509,6 +509,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)