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::