heat/releasenotes/notes/cinder-backup-cb72e775681fb5a5.yaml
Pavlo Shchelokovskyy 60e90c09ef Add reno note on volumes.backups_enabled option
Change-Id: I911db6d7dab7d0a3b6e420bd7e12672ec39e6af9
Related-Bug: #1595159
2016-08-18 19:03:12 +03:00

11 lines
460 B
YAML

---
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.