openstack-ansible-haproxy_s.../releasenotes/notes/refresh-interval-configuration-option-884d64aa259ecc3c.yaml
Major Hayden 6c588e41b4
Make haproxy stats refresh interval configurable
This patch adds a new variable, ``haproxy_stats_refresh_interval``,
which allows a deployer to configure their preferred refresh
interval for the haproxy stats page.

Release notes are included.

Closes-Bug: 1742526
Change-Id: I3979299478a8e9b479a4c4e821f2a45e1b2679cb
2018-01-10 13:14:15 -06:00

7 lines
248 B
YAML

---
features:
- |
Deployers can set a refresh interval for haproxy's stats page by setting
the ``haproxy_stats_refresh_interval`` variable. The default value is
``60``, which causes haproxy to refresh the stats page every 60 seconds.