aboutsummaryrefslogtreecommitdiffstats
path: root/releasenotes
diff options
context:
space:
mode:
authorJenkins <jenkins@review.openstack.org>2017-06-27 06:01:25 +0000
committerGerrit Code Review <review@openstack.org>2017-06-27 06:01:25 +0000
commit86c2e0c0c8b94f252cc210b374b3571456b680f3 (patch)
treef7afc736bfc0da0fecc2febc1ee3d7340a22384f /releasenotes
parente2da9f03382e5c3eb019ff2257beef723f75476c (diff)
parentb515698767c76826d4081995eefb7fc9b7cf529e (diff)
Merge "Add flag to enable/disable the HAProxy stats interface"
Diffstat (limited to 'releasenotes')
-rw-r--r--releasenotes/notes/Make-exposing-haproxy-stats-interface-configurable-2b634793c4f13950.yaml4
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.