Correct group name in config

Help text for enable_image_import refers to [TASKS] whereas the
related option group is named [task].  This patch corrects the
text so that operators don't add config for a group that doesn't
exist and then wonder why it's not having any effect.

Change-Id: Icd79be4eb9d363e70955dbe208aba8564cf21e8e
This commit is contained in:
Brian Rosmaita
2017-08-21 12:01:58 -04:00
parent 362d187eaa
commit d38c8d2397
+2 -2
View File
@@ -671,7 +671,7 @@ image import process.
This option does not change the 'staging' API endpoint by any means.
NOTE: It is discouraged to use same path as [TASKS]/work_dir
NOTE: It is discouraged to use same path as [task]/work_dir
NOTE: 'file://<absolute-directory-path>' is the only option
api_image_import flow will support for now.
@@ -683,7 +683,7 @@ Possible values:
* String starting with 'file://' followed by absolute FS path
Related options:
* [TASKS]/work_dir
* [task]/work_dir
* [DEFAULT]/enable_image_import (*deprecated*)
""")),