
In creating snapshot, we use "Best Effort" retention policy. In this policy snapshot may be deleted in case capacity is running out, causing an inconsistency between K2 state and cinder DB. In order to avoid this inconsistency, add "is_auto_deleteable=False" to the snapshot properties, in order to avoid auto deleting the snapshot. Closes-Bug: #1608488 Change-Id: I70f770ce42ff56314b893a48ff7ed1a46a4ae55f
Release notes
The release notes for a patch should be included in the patch. The intended audience for release notes include deployers, administrators and end-users.
A release note is required if the patch has upgrade or API impact. It is also required if the patch adds a feature or fixes a long-standing or security bug.
Please see http://docs.openstack.org/developer/cinder/devref/releasenotes.html for more details.