aboutsummaryrefslogtreecommitdiffstats
path: root/sfc
diff options
context:
space:
mode:
authorManuel Buil <mbuil@suse.com>2018-05-21 12:25:10 +0200
committerBrady Johnson <bjohnson@inocybe.com>2018-05-21 14:35:14 +0000
commitb5fb2403c8bc8f4fcce5f66aae627ee26e500045 (patch)
treeeb632f9c0233fe33a83f295cd3e15aad852512cf /sfc
parente122e00cb02adc65870cbb05f394dfc9a0cf55b2 (diff)
Increase logging
Apex deployments are currently failing and it could be because it uses the wrong config file. We are currently not logging what file it is fetched and that's what this patch tries to fix Change-Id: I441beee9d3ad5d918ed4b8dc0164456b39e53b56 Signed-off-by: Manuel Buil <mbuil@suse.com>
Diffstat (limited to 'sfc')
-rw-r--r--sfc/lib/config.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/sfc/lib/config.py b/sfc/lib/config.py
index 8adf668c..b8b0c148 100644
--- a/sfc/lib/config.py
+++ b/sfc/lib/config.py
@@ -56,6 +56,7 @@ class CommonConfig(object):
self.config_file = os.path.join(self.sfc_test_dir,
"config-pike.yaml")
+ logger.info("The config file used is {}".format(self.config_file))
self.vim_file = os.path.join(self.sfc_test_dir, "register-vim.json")
self.installer_type = env.get('INSTALLER_TYPE')