Merge "heat: set backups_enabled based on cinder-backup"

This commit is contained in:
Zuul 2024-08-06 12:01:15 +00:00 committed by Gerrit Code Review
commit a70af11838
2 changed files with 8 additions and 0 deletions

View File

@ -103,3 +103,6 @@ trace_sqlalchemy = true
hmac_keys = {{ osprofiler_secret }} hmac_keys = {{ osprofiler_secret }}
connection_string = {{ osprofiler_backend_connection_string }} connection_string = {{ osprofiler_backend_connection_string }}
{% endif %} {% endif %}
[volumes]
backups_enabled = {{ enable_cinder_backup | bool }}

View File

@ -0,0 +1,5 @@
---
fixes:
- |
Configures Heat with ``[volumes]/backups_enabled`` based on whether the
``cinder-backup`` service is enabled.