Skip to content
Snippets Groups Projects
Commit 6b51b982 authored by Pierre Riteau's avatar Pierre Riteau
Browse files

heat: set backups_enabled based on cinder-backup

Change-Id: I96151bb6809a4bf0f17dd3e0e97a654730881869
parent 9a45b3db
No related branches found
No related tags found
No related merge requests found
......@@ -103,3 +103,6 @@ trace_sqlalchemy = true
hmac_keys = {{ osprofiler_secret }}
connection_string = {{ osprofiler_backend_connection_string }}
{% endif %}
[volumes]
backups_enabled = {{ enable_cinder_backup | bool }}
---
fixes:
- |
Configures Heat with ``[volumes]/backups_enabled`` based on whether the
``cinder-backup`` service is enabled.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment