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

This commit is contained in:
Zuul 2019-09-03 22:00:19 +00:00 committed by Gerrit Code Review
commit 85188ebf67
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

@ -323,7 +323,7 @@ def config_download(log, clients, stack, templates,
skip_tags = 'opendev-validation' skip_tags = 'opendev-validation'
workflow_input = { workflow_input = {
'verbosity': verbosity or 1, 'verbosity': verbosity,
'plan_name': stack.stack_name, 'plan_name': stack.stack_name,
'ssh_network': ssh_network, 'ssh_network': ssh_network,
'config_download_timeout': timeout, 'config_download_timeout': timeout,