Adding space in logger warning message

This commit will fix below warning message.

 "Post upgrade actions are ignored by Armadaand will not affect deployment.:

Change-Id: I1a8397aa892815bdc96f94a8e49280a4b73a484c
This commit is contained in:
Yadav, Satender (sy336r) 2020-08-28 10:36:13 -05:00
parent d3d78f7677
commit ce353b61f0
1 changed files with 1 additions and 1 deletions

View File

@ -135,7 +135,7 @@ class ChartDeploy(object):
if not self.disable_update_post and upgrade_post:
LOG.warning(
'Post upgrade actions are ignored by Armada'
'Post upgrade actions are ignored by Armada '
'and will not affect deployment.')
post_actions = upgrade_post