Merge "Enable to stop taas_openvswitch_agent on unstack"
This commit is contained in:
commit
a3a95c3cd1
@ -81,6 +81,6 @@ if is_service_enabled taas_openvswitch_agent; then
|
|||||||
start_taas_openvswitch_agent
|
start_taas_openvswitch_agent
|
||||||
fi
|
fi
|
||||||
elif [[ "$1" == "unstack" ]]; then
|
elif [[ "$1" == "unstack" ]]; then
|
||||||
:
|
stop_process taas_openvswitch_agent
|
||||||
fi
|
fi
|
||||||
fi
|
fi
|
||||||
|
Loading…
x
Reference in New Issue
Block a user