Merge "Don't force verbosity of 1 for config-download" into stable/rocky

This commit is contained in:
Zuul 2019-09-03 22:38:47 +00:00 committed by Gerrit Code Review
commit 934711db2b
2 changed files with 5 additions and 1 deletions

View File

@ -0,0 +1,4 @@
---
fixes:
- The verbosity of the config-download ansible tasks for deployment are now
controlled by the verbosity level specified on the command line.

View File

@ -289,7 +289,7 @@ def config_download(log, clients, stack, templates,
tripleoclients = clients.tripleoclient
workflow_input = {
'verbosity': verbosity or 1,
'verbosity': verbosity,
'plan_name': stack.stack_name,
'ssh_network': ssh_network,
'config_download_timeout': timeout