Fix MonitorNeutron stop
This commit is contained in:
parent
6d1d866c0e
commit
ad34ff2f8b
@ -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"
|
||||
|
Loading…
x
Reference in New Issue
Block a user