b5b5cab61d
An execution state can go from RUNNING to SUCCESS between fetching the last message from the websocket and polling the execution state. This means the SUCCESS payload is never returned and the overcloud deployment fails at the end with no indication as to why. This change turns the output of the execution into the last payload, allowing the calling SUCCESS logic to run. Change-Id: Ic22021ba9a2717de199629e361c656e2f562fb38 Closes-Bug: #1842987