c1a2b9e221
Till now glance was dependent on periodic job to get image cached locally and also has dependency on ``cachemanage`` middleware for the same. This patch removes the periodic job and dependency of ``cachemanage`` middleware and initiates immediate caching of an image via ``PUT /cache/image_id`` API call. Co-Author: Dan Smith <dms@danplanet.com> Implements: blueprint instant-caching Change-Id: I9ab3f1b7595e22dbb03af95168314352a44eb930
11 lines
377 B
YAML
11 lines
377 B
YAML
---
|
|
features:
|
|
- |
|
|
Added support to immediately start caching of an image.
|
|
upgrade:
|
|
- |
|
|
Periodic job to prefetch image(s) into cache has been removed from the
|
|
glance api service with config option ``cache_prefetcher_interval``
|
|
which was added as an interval for the same periodic job also been
|
|
removed as image(s) will be immediately queued for caching.
|