ironic/releasenotes/notes/cache-agentclient-per-task-ec2231684e6876d9.yaml
Dmitry Tantsur fcb6a1096f Cache AgentClient on Task, not globally
In order to avoid potential cache coherency issues
when using a globally cached AgentClient, e.g. with
TSL certificates from the IPA, cache the AgentClient
on a per task basis.

Co-Authored-By: Arne Wiebalck <arne.wiebalck@cern.ch>

Story: #2009004
Task: #42678

Change-Id: I0c458c8d9ae673181beb6d85c2ee68235ccef239
2021-06-25 10:57:19 +02:00

6 lines
123 B
YAML

---
fixes:
- |
Fixes potential cache coherency issues by caching the AgentClient
per task, rather than globally.