ironic/releasenotes/notes/no-cache-df7caa45f3d8b6d7.yaml
Dmitry Tantsur 7043a414a8 ImageCache: respect Cache-Control: no-store
Images can be generated on fly, so let us respect the decision of the
server to disable caching.

Also disable caching for file images: it's just waste of space.

Change-Id: I425b1915c73354af90329d5b3a1fb0a616adaa93
2022-01-07 16:28:00 +01:00

9 lines
231 B
YAML

---
fixes:
- |
The image cache now respects the ``Cache-Control: no-store`` header
for HTTP(s) images.
- |
File images are no longer cached in the image cache to avoid unnecessary
consumption of the disk space.