b634afe204
In https://review.openstack.org/523525 the default value was changed for SuSE and CentOS to be higher, but the value was also overridden using role vars which have a high precedence. This patch ensures that the value uses the role defaults to ensure it has the lowest precedence. It also changes the reno to ensure that the change in default is communicated. The increased timeout will have no real effect on gating, but will benefit installations where the mirror is a bit slow. Change-Id: I41a68313d1841d14001acca591db5c5638e53ffc
8 lines
265 B
YAML
8 lines
265 B
YAML
---
|
|
features:
|
|
- |
|
|
The maximum amount of time to wait until forcibly failing the
|
|
LXC cache preparation process is now configurable using the
|
|
``lxc_cache_prep_timeout`` variable. The value is specified
|
|
in seconds, with the default being 20 minutes.
|