openstacksdk/releasenotes/notes/remove-cloud-caching-layer-2b0384870a45e8a3.yaml
Stephen Finucane ec35409212 cloud: Remove old cloud-layer caching functionality
This is no longer necessary since we migrated to proxy-layer caching in
change I2c8ae2c59d15c750ea8ebd3031ffdd2ced2421ed. Remove the final
traces of it as well as the tests.

Change-Id: I7f4ce810a917093d88edd92c092f6ddc73c67d36
Signed-off-by: Stephen Finucane <stephenfin@redhat.com>
2023-09-01 12:00:08 +01:00

8 lines
324 B
YAML

---
upgrade:
- |
The cloud-layer caching functionality has been removed in favour of the
proxy-layer caching functionality first introduced in openstacksdk 1.0.0.
This migration to proxy-layer caching was designed to be transparent to
end-users and there should be no user-facing impact from this removal.