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

With the current way, the ending message is a bit too similar when we
get a success or a failure:
"with error" compared to "without error" is too close, and it's easy to
overlook an potential issue.

This change changes "without error" to "successfully", making a clear
difference.

This issue was reported as-is on Red Hat Bugzilla:
https://bugzilla.redhat.com/show_bug.cgi?id=1937226

Change-Id: I059de98ef3fbb8f39a4119dbf334be4b14d989ad
This commit is contained in:
Cédric Jeanneret 2021-08-02 13:46:39 +02:00
parent 0adc5bb9df
commit 6780cd74a0
1 changed files with 1 additions and 1 deletions

View File

@ -1006,7 +1006,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)