Merge "oslo_config_validator: Defaulting config_invalidations to empty list" into stable/victoria

This commit is contained in:
Zuul
2022-03-08 23:30:08 +00:00
committed by Gerrit Code Review

View File

@@ -20,7 +20,7 @@
path: "{{ service.0.path }}"
section: "{{ service.1.section }}"
key: "{{ service.1.option }}"
loop: "{{ config_invalidations | subelements('invalid_settings') }}"
loop: "{{ config_invalidations | default([]) | subelements('invalid_settings') }}"
loop_control:
loop_var: service
label: "{{ service.1.section }}/{{ service.1.option }} in {{ service.0.path }}"