Merge "Make the "success" message more "success"-like"

This commit is contained in:
Zuul 2021-08-10 13:54:57 +00:00 committed by Gerrit Code Review
commit d487376e1b
1 changed files with 1 additions and 1 deletions

View File

@ -1043,7 +1043,7 @@ class DeployOvercloud(command.Command):
'Only plan update is not supported.')
deploy_status = 'DEPLOY_SUCCESS'
deploy_message = 'without error'
deploy_message = 'successfully'
self._setup_clients(parsed_args)