Change in ovirt-engine[master]: provider: glance images listing size and limits

amureini at redhat.com amureini at redhat.com
Wed Oct 16 10:47:36 UTC 2013


Allon Mureinik has submitted this change and it was merged.

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


provider: glance images listing size and limits

This patch adds two configuration parameters to control the glance
image listing. In fact OpenStack glance servers by default return
a limited number of images (limit_param_default) and it's up to the
client to either request a longer list (using the "limit" parameter)
or to iterate with multiple requests.

GlanceImageListSize defines the number of images that should be
returned in each request (20 as the default in glance client).
GlanceImageTotalListSize defines the total number of images that
should be transferred from the server (with multiple requests if
necessary).

Change-Id: I7b534caccbdcf121b81571384e3420f1a6efde00
Signed-off-by: Federico Simoncelli <fsimonce at redhat.com>
---
M backend/manager/modules/bll/src/main/java/org/ovirt/engine/core/bll/IsoDomainListSyncronizer.java
M backend/manager/modules/bll/src/main/java/org/ovirt/engine/core/bll/provider/OpenStackImageProviderProxy.java
M backend/manager/modules/common/src/main/java/org/ovirt/engine/core/common/AuditLogType.java
M backend/manager/modules/common/src/main/java/org/ovirt/engine/core/common/config/ConfigValues.java
M backend/manager/modules/dal/src/main/java/org/ovirt/engine/core/dal/dbbroker/auditloghandling/AuditLogDirector.java
M backend/manager/modules/dal/src/main/resources/bundles/AuditLogMessages.properties
M packaging/dbscripts/upgrade/pre_upgrade/0000_config.sql
7 files changed, 54 insertions(+), 7 deletions(-)

Approvals:
  Allon Mureinik: Verified; Looks good to me, approved



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

Gerrit-MessageType: merged
Gerrit-Change-Id: I7b534caccbdcf121b81571384e3420f1a6efde00
Gerrit-PatchSet: 5
Gerrit-Project: ovirt-engine
Gerrit-Branch: master
Gerrit-Owner: Federico Simoncelli <fsimonce at redhat.com>
Gerrit-Reviewer: Allon Mureinik <amureini at redhat.com>
Gerrit-Reviewer: Daniel Erez <derez at redhat.com>
Gerrit-Reviewer: Federico Simoncelli <fsimonce at redhat.com>
Gerrit-Reviewer: Sergey Gotliv <sgotliv at redhat.com>
Gerrit-Reviewer: oVirt Jenkins CI Server



More information about the Engine-commits mailing list