Enable to stop taas_openvswitch_agent on unstack

Change-Id: I3f989509a79d0b43ea046be8fcf8ac2cf8d2ccef
This commit is contained in:
Kazuhiro Suzuki 2017-06-14 10:14:34 +09:00
parent 8cc7f7fc90
commit a6f8fb1064
1 changed files with 1 additions and 1 deletions

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