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
This commit is contained in:
Michael Gugino 2016-08-11 22:26:08 -04:00
parent fb7c6a42b9
commit 118b467eb8
1 changed files with 0 additions and 1 deletions

View File

@ -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]