Merge "Add reno note on volumes.backups_enabled option"

This commit is contained in:
Jenkins 2016-08-18 19:46:50 +00:00 committed by Gerrit Code Review
commit 2f412dee7e
1 changed files with 10 additions and 0 deletions

View File

@ -0,0 +1,10 @@
---
upgrade:
- New config section ``volumes`` with new config option
``[volumes]backups_enabled`` (defaults to ``True``).
Operators that do not have Cinder backup service deployed in their cloud
are encouraged to set this option to ``False``.
fixes:
- Allow to configure Heat service to forbid creation of stacks containing
Volume resources with ``deletion_policy`` set to ``Snapshot`` when there
is no Cinder backup service available.