Omer Frenkel has posted comments on this change. Change subject: core: Payload is not attach via run once. ......................................................................
Patch Set 1: (1 comment) http://gerrit.ovirt.org/#/c/27444/1/backend/manager/modules/bll/src/main/java/org/ovirt/engine/core/bll/RunVmOnceCommand.java File backend/manager/modules/bll/src/main/java/org/ovirt/engine/core/bll/RunVmOnceCommand.java: Line 62: } Line 63: } Line 64: Line 65: // Load payload if user didn't send via run-once Line 66: if (getParameters().getVmPayload() == null) { please move this initialization code to the constructor Line 67: loadPayload(); Line 68: } Line 69: Line 70: return true; -- To view, visit http://gerrit.ovirt.org/27444 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: comment Gerrit-Change-Id: I096d5a8c9e4ed3dfeddb95cd3e48e1c4ef63b819 Gerrit-PatchSet: 1 Gerrit-Project: ovirt-engine Gerrit-Branch: master Gerrit-Owner: Shahar Havivi <[email protected]> Gerrit-Reviewer: Omer Frenkel <[email protected]> Gerrit-Reviewer: Shahar Havivi <[email protected]> Gerrit-Reviewer: [email protected] Gerrit-Reviewer: oVirt Jenkins CI Server Gerrit-HasComments: Yes _______________________________________________ Engine-patches mailing list [email protected] http://lists.ovirt.org/mailman/listinfo/engine-patches
