diff options
author | Juan Antonio Osorio Robles <jaosorior@redhat.com> | 2017-06-26 14:13:36 +0300 |
---|---|---|
committer | Juan Antonio Osorio Robles <jaosorior@redhat.com> | 2017-06-26 14:13:36 +0300 |
commit | b515698767c76826d4081995eefb7fc9b7cf529e (patch) | |
tree | fe8102c04391124ec19a2243f4d04ae75e7b42ee /releasenotes | |
parent | 24a5fd643919bd3197d1ccc7f70273a9a70511e9 (diff) |
Add flag to enable/disable the HAProxy stats interface
This was made configurable in a recent commit [1] So this flag makes it
easier for deployers to use that functionality.
[1] Ic68266eaf39d6803f7c3e299095578bbcfd63b88
Change-Id: Iffff20dcda53bc7237586dd240e581bcb0282844
Diffstat (limited to 'releasenotes')
-rw-r--r-- | releasenotes/notes/Make-exposing-haproxy-stats-interface-configurable-2b634793c4f13950.yaml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/releasenotes/notes/Make-exposing-haproxy-stats-interface-configurable-2b634793c4f13950.yaml b/releasenotes/notes/Make-exposing-haproxy-stats-interface-configurable-2b634793c4f13950.yaml new file mode 100644 index 00000000..193154d0 --- /dev/null +++ b/releasenotes/notes/Make-exposing-haproxy-stats-interface-configurable-2b634793c4f13950.yaml @@ -0,0 +1,4 @@ +--- +features: + - The HAProxy stats interface can now be enabled/disabled with the + HAProxyStatsEnabled flag. Note that it's still enabled by default. |