Merge "Fix typos in yml files"

This commit is contained in:
Zuul 2019-11-22 16:17:21 +00:00 committed by Gerrit Code Review
commit b8f927d397
2 changed files with 2 additions and 2 deletions

View File

@ -5,6 +5,6 @@ features:
- The task dropping the ironic systemd unit files now uses the
``config_template`` action plugin allowing deployers access to
customize the unit files as they see fit without having to
load extra options into the defaults and polute the generic
load extra options into the defaults and pollute the generic
systemd unit file with jinja2 variables and conditionals.

View File

@ -167,7 +167,7 @@ filtered_ironic_services: |-
)
%}
{% set _ = value.pop('init_config_overrides') %}
{# Note (noonedeadpunk): The following if statement is added for backwards compatability #}
{# Note (noonedeadpunk): The following if statement is added for backwards compatibility #}
{# As up to train release ironic role didn't have 'execstarts' in ironic_services keys #}
{% if ('execstarts' not in value) %}
{% set _ = value.update({'execstarts': value.program_override | default(ironic_bin ~ '/' ~ value.service_name)}) %}