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:
parent
fb7c6a42b9
commit
118b467eb8
@ -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]
|
||||
|
Loading…
x
Reference in New Issue
Block a user