Stop q-domua process when XenServer is used
When using XenServer, it will create two neutron-openvswitch-agent q-agt and q-domua even it's single box environment, but it didn't stop the q-domua, this patch is to stop q-domua in unstack.sh Change-Id: I511ed534bfb7d5fe6136f6a0b33f1d749d30862c Closes-Bug: #1631721
This commit is contained in:
parent
f1ede394a5
commit
54482cd80b
@ -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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user