DeletionPolicy is incorrectly implemented
Bug #1160779 reported by
Zane Bitter
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
OpenStack Heat |
Fix Released
|
High
|
Thomas Herve |
Bug Description
We have implemented DeletionPolicy as a Property of the S3 Bucket and Swift Containers resource types. However it is not a Property; it is a top-level attribute (i.e. a sibling of "Properties") of all resources.
The current implementation represents a major incompatibility with AWS templates, which would result in data loss if the user were to create and delete a template with "Retain" deletion policies on the expectation that we have implemented it.
Changed in heat: | |
importance: | Undecided → High |
Changed in heat: | |
status: | New → Triaged |
milestone: | none → havana-1 |
Changed in heat: | |
assignee: | nobody → Thomas Herve (therve) |
Changed in heat: | |
status: | Fix Committed → Fix Released |
Changed in heat: | |
milestone: | havana-1 → 2013.2 |
To post a comment you must log in.
Fix proposed to branch: master /review. openstack. org/27918
Review: https:/