Merge "heat: set backups_enabled based on cinder-backup"
This commit is contained in:
commit
a70af11838
@ -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 }}
|
||||||
|
@ -0,0 +1,5 @@
|
|||||||
|
---
|
||||||
|
fixes:
|
||||||
|
- |
|
||||||
|
Configures Heat with ``[volumes]/backups_enabled`` based on whether the
|
||||||
|
``cinder-backup`` service is enabled.
|
Loading…
Reference in New Issue
Block a user