Files
ironic/releasenotes/notes/fix-loop-functionality-in-inspection-rules-9bf61e8355297804.yaml
cid 99ebf632cd Fix mismatch in expected loop functionality
Fix mismatch in expected loop functionality in inspection rules.

Related-Change: https://review.opendev.org/c/openstack/ironic/+/939217
Change-Id: Ibd6c697387d4b083673a5a522e162d5b12c6e1ad
2025-03-27 10:02:22 +01:00

8 lines
267 B
YAML

---
fixes:
- |
Fixes loop functionality to align more closely with the spec where,
with `loop` present, `args` reference loop items using '{item}'
placeholder to support direct array iteration; plus,
separately handle list and dict loop item types.