Controller for Image Cache Management API
glance.api.v2.cached_images.
CacheController
[source]¶Bases: object
A controller for managing cached images.
delete_cached_image
(req, image_id)[source]¶DELETE /cached_images/<IMAGE_ID>
Removes an image from the cache.
delete_cached_images
(req)[source]¶DELETE /cached_images - Clear all active cached images
Removes all images from the cache.
delete_queued_image
(req, image_id)[source]¶DELETE /queued_images/<IMAGE_ID>
Removes an image from the cache.
delete_queued_images
(req)[source]¶DELETE /queued_images - Clear all active queued images
Removes all images from the cache.
get_cached_images
(req)[source]¶GET /cached_images
Returns a mapping of records about cached images.
Except where otherwise noted, this document is licensed under Creative Commons Attribution 3.0 License. See all OpenStack Legal Documents.