Merge "Fix join of status_reason"
This commit is contained in:
commit
ce70da25ad
@ -585,7 +585,7 @@ class HeatPoller(object):
|
||||
reasons = ["%s failed" % (ns.name)
|
||||
for ns in ng_statuses
|
||||
if ns.status.endswith(FAILED)]
|
||||
self.cluster.status_reason = ' ,'.join(reasons)
|
||||
self.cluster.status_reason = ', '.join(reasons)
|
||||
|
||||
self.cluster.save()
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user