Tomas Jelinek has submitted this change and it was merged.
Change subject: engine: fixed NPE in RunVmOnceCommand
......................................................................
engine: fixed NPE in RunVmOnceCommand
The patch I32e59783 has introduced a NPE.
This patch fixes it.
The problem was that the API can send
empty boot sequence even for run once, and
expects that the default boot sequence is set
up in this case.
Change-Id: I7c26fce5a7598f5d1a8ae4aa2b2c917bf8149d2c
Signed-off-by: Tomas Jelinek <tjelinek(a)redhat.com>
---
M
backend/manager/modules/bll/src/main/java/org/ovirt/engine/core/bll/RunVmOnceCommand.java
1 file changed, 4 insertions(+), 1 deletion(-)
Approvals:
Tomas Jelinek: Verified; Looks good to me, approved
--
To view, visit
http://gerrit.ovirt.org/8347
To unsubscribe, visit
http://gerrit.ovirt.org/settings
Gerrit-MessageType: merged
Gerrit-Change-Id: I7c26fce5a7598f5d1a8ae4aa2b2c917bf8149d2c
Gerrit-PatchSet: 2
Gerrit-Project: ovirt-engine
Gerrit-Branch: master
Gerrit-Owner: Tomas Jelinek <tjelinek(a)redhat.com>
Gerrit-Reviewer: Roy Golan <rgolan(a)redhat.com>
Gerrit-Reviewer: Tomas Jelinek <tjelinek(a)redhat.com>