5ec339c1f2
This patch implements an automated determination of whether the cinder backup service should be enabled based on whether there are swift hosts in the environment. This reduces the number of variables a deployer needs to set in order to have a functional environment. Change-Id: I0fd9afea9e962b61d255b86ba894afb96e84e58f
14 lines
625 B
YAML
14 lines
625 B
YAML
---
|
|
features:
|
|
- If there are swift hosts in the environment, then the value for
|
|
``cinder_service_backup_program_enabled`` will automatically be
|
|
set to ``True``. This negates the need to set this variable in
|
|
``user_variables.yml``, but the value may still be overridden at
|
|
the deployer discretion.
|
|
upgrade:
|
|
- If there are swift hosts in the environment, then the value for
|
|
``cinder_service_backup_program_enabled`` will automatically be
|
|
set to ``True``. This negates the need to set this variable in
|
|
``user_variables.yml``, but the value may still be overridden at
|
|
the deployer discretion.
|