64c6307e29
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
12 lines
585 B
YAML
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.
|