From 118b467eb8cce73217e62f6314732557cd109c7c Mon Sep 17 00:00:00 2001 From: Michael Gugino Date: Thu, 11 Aug 2016 22:26:08 -0400 Subject: [PATCH] Remove duplicate line from tempest.conf.j2 The line 'use_stderr = False' appeared twice in the tempest.conf.j2 config file template. This change removes the second entry. Change-Id: I0f850b7e835bc3e93adb5b0e6e22b6e3e6ba0ac0 --- templates/tempest.conf.j2 | 1 - 1 file changed, 1 deletion(-) diff --git a/templates/tempest.conf.j2 b/templates/tempest.conf.j2 index b89c886c..85b5a847 100644 --- a/templates/tempest.conf.j2 +++ b/templates/tempest.conf.j2 @@ -6,7 +6,6 @@ use_stderr = False debug = {{ debug }} fatal_deprecations = {{ tempest_fatal_deprecations }} log_file = {{ tempest_log_dir}}/tempest.log -use_stderr = false [auth]