Bug 1041817 - [RFE][glance]: Move image caching into the store rather than a middleware
Summary: [RFE][glance]: Move image caching into the store rather than a middleware
Keywords:
Status: CLOSED UPSTREAM
Alias: None
Product: Red Hat OpenStack
Classification: Red Hat
Component: RFEs
Version: unspecified
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
: ---
Assignee: RHOS Maint
QA Contact:
URL: https://blueprints.launchpad.net/glan...
Whiteboard: upstream_milestone_none upstream_stat...
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2013-12-12 19:28 UTC by RHOS Integration
Modified: 2015-03-19 16:50 UTC (History)
2 users (show)

Fixed In Version:
Doc Type: Enhancement
Doc Text:
Clone Of:
Environment:
Last Closed: 2015-03-19 16:50:26 UTC
Target Upstream Version:


Attachments (Terms of Use)

Description RHOS Integration 2013-12-12 19:28:11 UTC
Cloned from launchpad blueprint https://blueprints.launchpad.net/glance/+spec/refactoring-move-caching-out-of-middleware.

Description:

Currently glance image caching lives in a wsgi middleware. This design requires us to duplicate important business logic like notifications and serialization all for the sake of caching image data. A more natural place to accomplish this caching would be to put a cache on top of the store layer, so that a call to store.get_from_backend(location) would check the local cache first before actually calling out to a remote store.

Specification URL (additional information):

None


Note You need to log in before you can comment on or make changes to this bug.