Merge "oslo_config_validator: Defaulting config_invalidations to empty list"

This commit is contained in:
Zuul 2022-02-10 21:22:04 +00:00 committed by Gerrit Code Review
commit d2cc6a532f
1 changed files with 1 additions and 1 deletions

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 }}"