Merge "Fix typos in yml files"
This commit is contained in:
commit
b8f927d397
@ -5,6 +5,6 @@ features:
|
|||||||
- The task dropping the ironic systemd unit files now uses the
|
- The task dropping the ironic systemd unit files now uses the
|
||||||
``config_template`` action plugin allowing deployers access to
|
``config_template`` action plugin allowing deployers access to
|
||||||
customize the unit files as they see fit without having 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.
|
systemd unit file with jinja2 variables and conditionals.
|
||||||
|
|
||||||
|
@ -167,7 +167,7 @@ filtered_ironic_services: |-
|
|||||||
)
|
)
|
||||||
%}
|
%}
|
||||||
{% set _ = value.pop('init_config_overrides') %}
|
{% 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 #}
|
{# As up to train release ironic role didn't have 'execstarts' in ironic_services keys #}
|
||||||
{% if ('execstarts' not in value) %}
|
{% if ('execstarts' not in value) %}
|
||||||
{% set _ = value.update({'execstarts': value.program_override | default(ironic_bin ~ '/' ~ value.service_name)}) %}
|
{% set _ = value.update({'execstarts': value.program_override | default(ironic_bin ~ '/' ~ value.service_name)}) %}
|
||||||
|
Loading…
Reference in New Issue
Block a user