ironic-python-agent/releasenotes/notes/cache-image-removal-3b5a80a6038a320b.yaml
Jay Faulkner 3d42298619 Remove standby.cache_image support
Image caching was never fully supported in Ironic or IPA; this is vestigal
code leftover from a partial implementation.

Even if we implemetented it today, we'd likely use a completely different
methodology.

Change-Id: Id4ab7b3c4f106b209585dbd090cdcb229b1daa73
2023-10-24 15:02:44 -07:00

5 lines
263 B
YAML

deprecations:
- Removed the partial-implementation of image caching. This method was never
used by Ironic, and was a vestige of a feature which was never completed.
Image caching, if it were to be implemented today, would not use this
method anyway.