Merge "Auto-enable heat cinder backup functionality"
This commit is contained in:
commit
a01ee91467
@ -18,3 +18,7 @@ heat_service_in_ldap: "{{ service_ldap_backend_enabled }}"
|
||||
|
||||
# Ensure that the package state matches the global setting
|
||||
heat_package_state: "{{ package_state }}"
|
||||
|
||||
# Only enable the heat cinder backups functionality if the cinder backup
|
||||
# service is enabled.
|
||||
heat_cinder_backups_enabled: "{{ (cinder_service_backup_program_enabled is defined and cinder_service_backup_program_enabled | bool) | ternary(True, False) }}"
|
||||
|
@ -0,0 +1,8 @@
|
||||
---
|
||||
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``.
|
Loading…
Reference in New Issue
Block a user