Merge "[TRAIN-Only] Remove extra linebreak" into stable/train

This commit is contained in:
Zuul 2020-09-18 23:41:59 +00:00 committed by Gerrit Code Review
commit e9d9d77cfe
1 changed files with 1 additions and 1 deletions

View File

@ -395,7 +395,7 @@ def config_download(log, clients, stack, templates,
)
for payload in base.wait_for_messages(workflow_client, ws, execution):
print(payload['message'])
print(payload['message'], end='')
if payload['status'] == 'SUCCESS':
print("Overcloud configuration completed.")