Merge "Enforce TRIPLEO_MINOR_UPDATE to be a string at all times" into stable/ussuri

This commit is contained in:
Zuul 2021-03-12 17:57:27 +00:00 committed by Gerrit Code Review
commit ef7673338a
1 changed files with 1 additions and 1 deletions

View File

@ -65,4 +65,4 @@
state_file: "{{ tripleo_ha_wrapper_config_basedir }}/{{ tripleo_ha_wrapper_puppet_config_volume }}.md5sum" state_file: "{{ tripleo_ha_wrapper_config_basedir }}/{{ tripleo_ha_wrapper_puppet_config_volume }}.md5sum"
state_file_suffix: "{{ tripleo_ha_wrapper_config_suffix }}" state_file_suffix: "{{ tripleo_ha_wrapper_config_suffix }}"
environment: environment:
TRIPLEO_MINOR_UPDATE: "{{ tripleo_ha_wrapper_minor_update|default('') }}" TRIPLEO_MINOR_UPDATE: "{{ tripleo_ha_wrapper_minor_update|default('') | string }}"