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

iheim at redhat.com iheim at redhat.com
Mon Oct 28 17:53:00 UTC 2013


Itamar Heim 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
Bug-Url: https://bugzilla.redhat.com/show_bug.cgi?id=1013619
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:
  Itamar Heim: Verified; Looks good to me, approved



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

Gerrit-MessageType: merged
Gerrit-Change-Id: I7b534caccbdcf121b81571384e3420f1a6efde00
Gerrit-PatchSet: 3
Gerrit-Project: ovirt-engine
Gerrit-Branch: ovirt-engine-3.3
Gerrit-Owner: Federico Simoncelli <fsimonce at redhat.com>
Gerrit-Reviewer: Allon Mureinik <amureini at redhat.com>
Gerrit-Reviewer: Federico Simoncelli <fsimonce at redhat.com>
Gerrit-Reviewer: Itamar Heim <iheim at redhat.com>
Gerrit-Reviewer: automation at ovirt.org
Gerrit-Reviewer: oVirt Jenkins CI Server



More information about the Engine-commits mailing list