openstack-ansible/releasenotes/notes/detect-glance-default-store-swift-b9c36f4a2fe05ec4.yaml
Jesse Pretorius 64c6307e29 Automatically set swift as the glance default store
This patch implements an automated determination of whether glance
should have the default store set to swift 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: I6909ba2555ab13da5a49a25fb8462ae6a71552af
2016-08-22 18:30:15 +00:00

12 lines
585 B
YAML

---
features:
- If there are swift hosts in the environment, then the value for
``glance_default_store`` will automatically be set to ``swift``.
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
``glance_default_store`` will automatically be set to ``swift``.
This negates the need to set this variable in ``user_variables.yml``,
but the value may still be overridden at the deployer discretion.