openstack-ansible/releasenotes/notes/detect-cinder-backup-service-7dc68f532741be87.yaml
Jesse Pretorius 5ec339c1f2 Automatically enable the cinder backup service
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
2016-08-22 20:31:29 +00:00

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.