Prev raw template and sync points not deleted for ROLLBACK
Bug #1544949 reported by
Rakesh H S
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
OpenStack Heat |
Fix Released
|
Medium
|
Rabi Mishra |
Bug Description
When ROLLBACK is completed on a convergence enabled environment sync points and prev raw template is not deleted from DB.
In Convergence, once the stack is complete purge_db should be called, however for rollback purge_db is not getting called.
This is because when rollback is completed, it is being considered as a failed concurrent update https:/
Since ROLLBACK is also an update and is handled by convergence code path, it should be fixed here:
https:/
Changed in heat: | |
assignee: | nobody → Rakesh H S (rh-s) |
description: | updated |
Changed in heat: | |
milestone: | none → newton-1 |
importance: | Undecided → Medium |
Changed in heat: | |
assignee: | Rakesh H S (rh-s) → Rabi Mishra (rabi) |
To post a comment you must log in.
Fix proposed to branch: master /review. openstack. org/279519
Review: https:/