Fix MonitorNeutron stop

This commit is contained in:
Hui Xiang 2014-12-12 18:43:51 +08:00
parent 6d1d866c0e
commit ad34ff2f8b

View File

@ -127,7 +127,8 @@ MonitorNeutron_stop() {
rc=$?
if [ $rc -ne 0 ]; then
ocf_log err "MonitorNeutron couldn't be stopped"
exit $OCF_ERR_GENERIC
return $OCF_SUCCESS
#exit $OCF_ERR_GENERIC
fi
ocf_log info "MonitorNeutron stopped"