From d38c8d23975e37bc4450d0ac707f3c4ab48f2011 Mon Sep 17 00:00:00 2001 From: Brian Rosmaita Date: Mon, 21 Aug 2017 12:01:58 -0400 Subject: [PATCH] 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 --- glance/common/config.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/glance/common/config.py b/glance/common/config.py index 094a101164..5e4eb3cefd 100644 --- a/glance/common/config.py +++ b/glance/common/config.py @@ -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://' 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*) """)),