Fix typos in yml files

Change-Id: I9e0c48a6d6a6e6b128add994e4df075b334b8984
This commit is contained in:
ShangXiao 2019-11-07 11:13:09 +08:00
parent 122fa765b3
commit 18e1b6c651
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)}) %}