Comment 13 for bug 1197612

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to cinder (stable/havana)

Reviewed: https://review.openstack.org/56967
Committed: http://github.com/openstack/cinder/commit/898e8c528cedf53156da9e6ddc8876cf6587d60f
Submitter: Jenkins
Branch: stable/havana

commit 898e8c528cedf53156da9e6ddc8876cf6587d60f
Author: Luis A. Garcia <email address hidden>
Date: Tue Nov 5 02:19:02 2013 +0000

    Add call to retrieve image metadata for volumes in bulk

    When using the GET volume details REST API call, the image metadata API
    contribution is making an individual db call for each of the available
    volumes. When the number of volumes is large the details call can take
    several minutes.

    This patch adds a call to the volume.API to retrieve image metadata in
    bulk, very similar to the one used to retrieve individual volume image
    metadata.

    Change-Id: Ic3aa721016704c72b7564cc5ceff71676806a24a
    Partial-Bug: #1197612
    (cherry picked from commit bb2daca2864a5607635a3aa37f3874fdda22797b)