tripleo_states: add missing space

add missing space so the output ~~~~ is aligned with the rest.

Change-Id: I95fd1fa07ffe6824886946d44b488d93b3e52d55
(cherry picked from commit abb6ac6177)
This commit is contained in:
Emilien Macchi 2020-07-09 07:53:31 -04:00
parent 8ae51ffba1
commit e6e1c3af13
1 changed files with 1 additions and 1 deletions

View File

@ -54,7 +54,7 @@ class CallbackModule(CallbackBase):
self._output( self._output(
'~~~~~~~~~~~~~~~~~~' '~~~~~~~~~~~~~~~~~~'
'Number of nodes which did not deploy successfully: {} ' ' Number of nodes which did not deploy successfully: {} '
'~~~~~~~~~~~~~~~~~'.format(len(nodes_to_redeploy))) '~~~~~~~~~~~~~~~~~'.format(len(nodes_to_redeploy)))
nodes_to_redeploy_list = ", ".join(nodes_to_redeploy) nodes_to_redeploy_list = ", ".join(nodes_to_redeploy)
fail_msg = ' This or these node(s) failed to deploy: ' + \ fail_msg = ' This or these node(s) failed to deploy: ' + \