Federico Simoncelli has posted comments on this change.

Change subject: provider: glance images listing size and limits
......................................................................


Patch Set 1:

(1 comment)

....................................................
File 
backend/manager/modules/bll/src/main/java/org/ovirt/engine/core/bll/provider/OpenStackImageProviderProxy.java
Line 224: 
Line 225:         do {
Line 226:             OpenStackRequest<Images> listRequest = 
getClient().images()
Line 227:                     .list(true)
Line 228:                     .queryParam("limit", Integer.valueOf(listSize))
oops (old "int").
Line 229:                     .queryParam("sort_key", "name")
Line 230:                     .queryParam("sort_dir", "asc");
Line 231: 
Line 232:             if (images != null) {


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

Gerrit-MessageType: comment
Gerrit-Change-Id: I7b534caccbdcf121b81571384e3420f1a6efde00
Gerrit-PatchSet: 1
Gerrit-Project: ovirt-engine
Gerrit-Branch: master
Gerrit-Owner: Federico Simoncelli <fsimo...@redhat.com>
Gerrit-Reviewer: Allon Mureinik <amure...@redhat.com>
Gerrit-Reviewer: Daniel Erez <de...@redhat.com>
Gerrit-Reviewer: Federico Simoncelli <fsimo...@redhat.com>
Gerrit-Reviewer: Sergey Gotliv <sgot...@redhat.com>
Gerrit-HasComments: Yes
_______________________________________________
Engine-patches mailing list
Engine-patches@ovirt.org
http://lists.ovirt.org/mailman/listinfo/engine-patches

Reply via email to