diff --git a/saharaclient/osc/v1/clusters.py b/saharaclient/osc/v1/clusters.py index d5fa60d2..eb408340 100644 --- a/saharaclient/osc/v1/clusters.py +++ b/saharaclient/osc/v1/clusters.py @@ -657,7 +657,7 @@ class VerificationUpdateCluster(command.ShowOne): print_status = 'started' sys.stdout.write( 'Cluster "{cluster}" health verification has been ' - '{status}.'.format(cluster=parsed_args.cluster, - status=print_status)) + '{status}.\n'.format(cluster=parsed_args.cluster, + status=print_status)) return {}, {}