Comment 7 for bug 1197612

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

Reviewed: https://review.openstack.org/55328
Committed: http://github.com/openstack/cinder/commit/233430b51ddbd207f22eee98386ffbb766fd777f
Submitter: Jenkins
Branch: master

commit 233430b51ddbd207f22eee98386ffbb766fd777f
Author: Luis A. Garcia <email address hidden>
Date: Tue Nov 5 19:37:27 2013 +0000

    Enable object caching in cinder REST API requests

    Allow the core API to cache resources, such as DB results, so that
    extensions can use data already retrieved within the same API request
    eliminating additional expensive DB calls.

    Loosely based on commit 9f9fbc54e7336da10fc3056bdaca2ec7d01c7f94 from
    nova.

    Change-Id: If9f49faf7305287c0489ad6209cf19b8bec612cc
    Partial-Bug: #1197612