Merge "Enable to stop taas_openvswitch_agent on unstack"

This commit is contained in:
Jenkins 2017-07-11 05:57:41 +00:00 committed by Gerrit Code Review
commit a3a95c3cd1

View File

@ -81,6 +81,6 @@ if is_service_enabled taas_openvswitch_agent; then
start_taas_openvswitch_agent
fi
elif [[ "$1" == "unstack" ]]; then
:
stop_process taas_openvswitch_agent
fi
fi