From 60e90c09ef3a2772d017a0780ce7115699efaaf0 Mon Sep 17 00:00:00 2001 From: Pavlo Shchelokovskyy Date: Thu, 18 Aug 2016 19:03:12 +0300 Subject: [PATCH] Add reno note on volumes.backups_enabled option Change-Id: I911db6d7dab7d0a3b6e420bd7e12672ec39e6af9 Related-Bug: #1595159 --- releasenotes/notes/cinder-backup-cb72e775681fb5a5.yaml | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 releasenotes/notes/cinder-backup-cb72e775681fb5a5.yaml diff --git a/releasenotes/notes/cinder-backup-cb72e775681fb5a5.yaml b/releasenotes/notes/cinder-backup-cb72e775681fb5a5.yaml new file mode 100644 index 0000000000..41caa4982f --- /dev/null +++ b/releasenotes/notes/cinder-backup-cb72e775681fb5a5.yaml @@ -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.