Daniel Erez has posted comments on this change.

Change subject: rest: VirtIO-SCSI enabled flag
......................................................................


Patch Set 5:

(2 comments)

....................................................
File 
backend/manager/modules/restapi/jaxrs/src/main/java/org/ovirt/engine/api/restapi/resource/BackendTemplateResource.java
Line 157:         return getEntity(List.class,
Line 158:                 VdcQueryType.GetVirtioScsiControllers,
Line 159:                 new IdQueryParameters(id),
Line 160:                 "GetVirtioScsiControllers", true);
Line 161:     }
Done
Line 162: 


....................................................
File 
backend/manager/modules/restapi/jaxrs/src/main/java/org/ovirt/engine/api/restapi/resource/BackendVmResource.java
Line 392:             }
Line 393:             return params;
Line 394:         }
Line 395:     }
Line 396: 
Done
Line 397:     private VDSGroup lookupCluster(Guid id) {
Line 398:         return getEntity(VDSGroup.class, 
VdcQueryType.GetVdsGroupByVdsGroupId, new IdQueryParameters(id), 
"GetVdsGroupByVdsGroupId");
Line 399:     }
Line 400: 


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

Gerrit-MessageType: comment
Gerrit-Change-Id: I481025152b20579ac615d9023ed0cef9b64558e1
Gerrit-PatchSet: 5
Gerrit-Project: ovirt-engine
Gerrit-Branch: master
Gerrit-Owner: Daniel Erez <[email protected]>
Gerrit-Reviewer: Allon Mureinik <[email protected]>
Gerrit-Reviewer: Daniel Erez <[email protected]>
Gerrit-Reviewer: Michael Pasternak <[email protected]>
Gerrit-Reviewer: Ori Liel <[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

Reply via email to