Comment 0 for bug 1641917

Revision history for this message
Dougal Matthews (d0ugal) wrote :

At the moment, python-tripleoclient will take a number of steps before it hits an error and determines that it can't deploy. It will remove files from the current plan, update the plan with the new files and attempt to deploy (which is when it will error).

Before it starts, it should check to see if the Heat stack exists. If it is in progress, it can just stop at that point.