Comment 8 for bug 1464326

Revision history for this message
Ihor Kalnytskyi (ikalnytskyi) wrote :

@Nastya,

There's no simple fix. It could be done only by changing communication protocol between Astute and Nailgun, and that's really danger if we want RC2 to be the final build.

Still, I've prepared a patch that extends "stop deployment" message. Since now it looks like -

"""Deployment of environment '{0}' was successfully stopped. Please reset the environment if you want to redeploy it."""

Is it ok for you? Here's the patch https://review.openstack.org/#/c/192106/ , please +1 if it's ok for you.

P.S: I strongly believe that this bug is not High since it's incredible rare case - no one will try to stop deployment when it shows 100% and all nodes have status ready (and that's exactly what we have in post_deployment stage).