Fix typo
replace "configuation" with "configuration" replace "assigment" with "assignment" Change-Id: Icd4735ffbdea14997557f8db0566cb190027101b
This commit is contained in:
parent
39939708b7
commit
66b8d58ee8
@ -176,7 +176,7 @@ parameters:
|
||||
type: number
|
||||
default: 30
|
||||
description: |
|
||||
Maximum amount of time to possibly to delay configuation collection
|
||||
Maximum amount of time to possibly to delay configuration collection
|
||||
polling. Defaults to 30 seconds. Set to 0 to disable it which will cause
|
||||
the configuration collection to occur as soon as the collection process
|
||||
starts. This setting is used to prevent the configuration collection
|
||||
|
@ -142,7 +142,7 @@ def process_templates(template_path, role_data_path, output_dir,
|
||||
|
||||
# NOTE(flaper87): Ignore hidden dirs as we don't
|
||||
# generate templates for those.
|
||||
# Note the slice assigment for `dirs` is necessary
|
||||
# Note the slice assignment for `dirs` is necessary
|
||||
# because we need to modify the *elements* in the
|
||||
# dirs list rather than the reference to the list.
|
||||
# This way we'll make sure os.walk will iterate over
|
||||
|
Loading…
Reference in New Issue
Block a user