From 5a252d9a0e860e27676b60851766728451c29c17 Mon Sep 17 00:00:00 2001 From: Masayuki Igawa Date: Fri, 21 Nov 2014 21:55:09 +0900 Subject: [PATCH] Fix variable typo of use_syslog in lib/tempest TEMPEST_CONF is not set but used it. As a result the meaningless file 'DEFAULT' is created. So this commit fixes to use proper variable name. Closes-bug: #1394969 Change-Id: If6e58f269319df3c4f71b4fc13aa855c63f7e3a3 --- lib/tempest | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/tempest b/lib/tempest index d3fb9fb2dc..399e8e6c22 100644 --- a/lib/tempest +++ b/lib/tempest @@ -247,7 +247,7 @@ function configure_tempest { fi fi - iniset $TEMPEST_CONF DEFAULT use_syslog $SYSLOG + iniset $TEMPEST_CONFIG DEFAULT use_syslog $SYSLOG # Oslo iniset $TEMPEST_CONFIG DEFAULT lock_path $TEMPEST_STATE_PATH mkdir -p $TEMPEST_STATE_PATH