Change in ovirt-hosted-engine-ha[master]: Fix return statement when starting the VM.

From Martin Sivák <msivak@redhat.com>:
Martin Sivák has submitted this change and it was merged. ( https://gerrit.ovirt.org/79320 ) Change subject: Fix return statement when starting the VM. ...................................................................... Fix return statement when starting the VM. Previously, the function would return None, which is convertible to False, but it should return True. This patch fixes it. Change-Id: I2dc4ebb6e133d2c52372158ca6574be758a1c5e0 Signed-off-by: Andrej Krejcir <akrejcir@redhat.com> --- M ovirt_hosted_engine_ha/agent/hosted_engine.py 1 file changed, 1 insertion(+), 1 deletion(-) Approvals: Martin Sivák: Looks good to me, approved Jenkins CI: Passed CI tests Andrej Krejcir: Verified -- To view, visit https://gerrit.ovirt.org/79320 To unsubscribe, visit https://gerrit.ovirt.org/settings Gerrit-MessageType: merged Gerrit-Change-Id: I2dc4ebb6e133d2c52372158ca6574be758a1c5e0 Gerrit-PatchSet: 2 Gerrit-Project: ovirt-hosted-engine-ha Gerrit-Branch: master Gerrit-Owner: Andrej Krejcir <akrejcir@redhat.com> Gerrit-Reviewer: Andrej Krejcir <akrejcir@redhat.com> Gerrit-Reviewer: Denis Chaplygin <dchaplyg@redhat.com> Gerrit-Reviewer: Jenkins CI Gerrit-Reviewer: Jenny Tokar <jtokar@redhat.com> Gerrit-Reviewer: Martin Sivák <msivak@redhat.com> Gerrit-Reviewer: Phillip Bailey <phbailey@redhat.com> Gerrit-Reviewer: Roman Mohr <rmohr@redhat.com> Gerrit-Reviewer: Yanir Quinn <yquinn@redhat.com> Gerrit-Reviewer: gerrit-hooks <automation@ovirt.org>
participants (1)
-
Code Review