Merge "Remove extra whitespaces from getent." into stable/train

This commit is contained in:
Zuul 2020-02-29 11:12:21 +00:00 committed by Gerrit Code Review
commit f3cc59cdd6
1 changed files with 1 additions and 1 deletions

View File

@ -128,7 +128,7 @@ class DeployOvercloud(command.Command):
raise exceptions.DeploymentError('No entry for %s in /etc/hosts'
% ctlplane_hostname)
return out.rstrip()
return re.sub(' +', ' ', str(out).rstrip())
def _create_breakpoint_cleanup_env(self, tht_root, container_name):
bp_env = {}