openstack-ansible-lxc_hosts/releasenotes/notes/lxc-cache-prep-timeout-97dc18882f7b1e76.yaml
Jesse Pretorius b634afe204 Use role defaults for lxc_cache_prep_timeout
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
2017-12-01 09:18:10 +00:00

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.