openstack-ansible/releasenotes/notes/heat-using-cinder-backups-f9b4837d25f4b8b7.yaml
Major Hayden 4fcc48b961 Auto-enable heat cinder backup functionality
This patch automatically enables heat's cinder backup functionality
if cinder's backup service is enabled.

This patch depends on a patch applied to the `os_heat` role (see
Depends-on below).

Closes-Bug: 1650035
Depends-on: I3875cc34ec92ba588d995a6d9c0341977a408ad7
Change-Id: I64db5d2bce6ac74d4d0b0f9314f3b305ac730bd0
2016-12-14 16:36:50 -06:00

9 lines
281 B
YAML

---
features:
- |
If the cinder backup service is enabled with
``cinder_service_backup_program_enabled: True``, then heat will be
configured to use the cinder backup service. The
``heat_cinder_backups_enabled`` variable will automatically be set to
``True``.