From b36000172372109983359ff53df765237e4ed854 Mon Sep 17 00:00:00 2001 From: Zuul Date: Fri, 17 May 2019 10:20:44 +0000 Subject: [PATCH] Update git submodules * Update watcher from branch 'master' - Merge "pass default_config_dirs variable for config initialization." - pass default_config_dirs variable for config initialization. Currently default config files are being for initialization of CONF from oslo_config. However default config dirs are not being passed as a result watcher components (eg: decision-engine) are unable to load files from default directories (eg: /etc/watcher/watcher.conf.d) supported by oslo_config. This is a short-coming on watcher's side. Also this forces user to have multiple config for each component. Without this default set, oslo_config will search for conf with string 'python-watcher' in it, eg: /etc/python-watcher/.... Since there is a because project=python-watcher a couple of lines below This patch adds the option after evaluating using project as 'watcher' which is similar to evaluation of default_config_files and also allows it to be passed in as a function parameter. Change-Id: I013f9d03978f8716847f8d1ee6888629faf5779b --- watcher | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/watcher b/watcher index b45777c497..78d28427be 160000 --- a/watcher +++ b/watcher @@ -1 +1 @@ -Subproject commit b45777c497e98ce185a6d358d4612f2c001824b7 +Subproject commit 78d28427be5906f2f236e4106843145f72632e4f