kolla-ansible/releasenotes/notes/refactor-and-optimise-image-pulling-4346d3c0840ee640.yaml
Radosław Piliszek 939fad0393 Refactor and optimise image pulling
We get a nice optimisation by using a filtered loop instead
of task skipping per service with 'when'.

Partially-Implements: blueprint performance-improvements
Change-Id: I8f68100870ab90cb2d6b68a66a4c97df9ea4ff52
(cherry picked from commit 9ff2ecb031)
2021-08-10 16:57:07 +00:00

5 lines
86 B
YAML

---
other:
- |
Optimised image pulling to avoid looping over disabled services.