From 03c6267751f8922a60ac173919c0e277ba348656 Mon Sep 17 00:00:00 2001 From: Arnaud M Date: Mon, 8 Sep 2025 21:04:39 +0200 Subject: [PATCH] Fix wrong comment in find_config_dirs Change-Id: Idc15d40dbb558035f8039d836c2491ae3545748e Signed-off-by: Arnaud M --- oslo_config/cfg.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/oslo_config/cfg.py b/oslo_config/cfg.py index 8a3916df..d2a475cc 100644 --- a/oslo_config/cfg.py +++ b/oslo_config/cfg.py @@ -319,7 +319,7 @@ def find_config_dirs(project=None, prog=None, extension='.conf.d'): :param extension: the type of the config directory. Defaults to '.conf.d' We default to two config dirs: [${project}.conf.d/, ${prog}.conf.d/]. - If no project name is supplied, we only look for ${prog.conf.d/}. + If no project name is supplied, we only look for ${prog}.conf.d/. And we look for those config dirs in the following directories::