diff options
author | Jenkins <jenkins@review.openstack.org> | 2017-06-27 06:01:25 +0000 |
---|---|---|
committer | Gerrit Code Review <review@openstack.org> | 2017-06-27 06:01:25 +0000 |
commit | 86c2e0c0c8b94f252cc210b374b3571456b680f3 (patch) | |
tree | f7afc736bfc0da0fecc2febc1ee3d7340a22384f /releasenotes | |
parent | e2da9f03382e5c3eb019ff2257beef723f75476c (diff) | |
parent | b515698767c76826d4081995eefb7fc9b7cf529e (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.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. |