Martin Betak has posted comments on this change.

Change subject: restapi: Start VM not as RunOnce
......................................................................


Patch Set 2:

(1 comment)

....................................................
File 
backend/manager/modules/restapi/jaxrs/src/main/java/org/ovirt/engine/api/restapi/resource/BackendVmResource.java
Line 224:     public Response start(Action action) {
Line 225:         if (action.isSetVm()) {
Line 226:             validateEnums(VM.class, action.getVm());
Line 227:             RunVmOnceParams params =
Line 228:                     map(map(getEntity(entityType, 
VdcQueryType.GetVmByVmId, new IdQueryParameters(guid), id, true),
Done
Line 229:                             new VM()),
Line 230:                             new RunVmOnceParams(guid));
Line 231:             VM vm = action.getVm();
Line 232:             params = map(vm, params);


-- 
To view, visit http://gerrit.ovirt.org/19267
To unsubscribe, visit http://gerrit.ovirt.org/settings

Gerrit-MessageType: comment
Gerrit-Change-Id: I40be200c8742d8b31b7881926c59deaf345992ec
Gerrit-PatchSet: 2
Gerrit-Project: ovirt-engine
Gerrit-Branch: master
Gerrit-Owner: Martin Betak <mbe...@redhat.com>
Gerrit-Reviewer: Martin Betak <mbe...@redhat.com>
Gerrit-Reviewer: Michael Pasternak <mpast...@redhat.com>
Gerrit-Reviewer: Ori Liel <ol...@redhat.com>
Gerrit-Reviewer: oVirt Jenkins CI Server
Gerrit-HasComments: Yes
_______________________________________________
Engine-patches mailing list
Engine-patches@ovirt.org
http://lists.ovirt.org/mailman/listinfo/engine-patches

Reply via email to