Merge "tripleo_states: add missing space" into stable/ussuri

This commit is contained in:
Zuul 2020-07-14 18:17:34 +00:00 committed by Gerrit Code Review
commit 785e3df8dc
1 changed files with 1 additions and 1 deletions

View File

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