glance/glance/api
Abhishek Kekane c1a2b9e221 Immediate caching of an image
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
2022-07-19 05:14:38 +00:00
..
middleware Bump Image API version to 2.16 2022-05-24 11:45:30 -04:00
v1 Cleanup remove api v1 and registry code 2020-07-14 10:38:19 +00:00
v2 Immediate caching of an image 2022-07-19 05:14:38 +00:00
__init__.py Removal of 'enable_v2_api' 2020-07-03 19:01:39 +00:00
common.py Use LOG.warning instead of deprecated LOG.warn 2022-01-19 11:36:12 +09:00
policy.py Remove dead code of auth and policy layers 2022-06-14 10:15:55 +00:00
property_protections.py hacking: upgrade to 0.9.x serie 2014-10-06 14:41:03 +02:00
versions.py Bump Image API version to 2.16 2022-05-24 11:45:30 -04:00