Files
puppet-swift/releasenotes/notes/container-reconciler-enable-cache-1f05743579752b13.yaml
Takashi Kajinami 5611ed75f5 container-reconciler: Enable cache middleware by default
The chache middleware is now enabled by default in most of the services
but only container-reconciler disables it by default, though the sample
config container-reconciler config file in the swift repository enables
the middleware.

This updates the default value so that the default pipeline is
consistent among services, and is aligned with the sample files in
swift.

Change-Id: Ifcb4d241de14a9e0b7e3afb79e73b9a57acc9d9e
2023-12-04 23:26:31 +09:00

6 lines
162 B
YAML

---
upgrade:
- |
Default value of ``swift::containererconciler::pipeline`` has been updated
and the default pipeline now contains the cache middleware.