aboutsummaryrefslogtreecommitdiffstats
path: root/releasenotes
diff options
context:
space:
mode:
authorCédric Jeanneret <cedric.jeanneret@camptocamp.com>2017-10-04 12:27:25 +0200
committerCédric Jeanneret <cedric.jeanneret@camptocamp.com>2017-10-07 10:28:08 +0000
commit3d06318592f61c7a926887e1aeac57478430593f (patch)
tree04aec9a60e957da08858d545c639c275a350dbe2 /releasenotes
parent195db7cd8cf8643d2f562bd7c34823033cf479f4 (diff)
Allow to override HAProxy global options.
You can either append new options or override existing one. This can be particularly useful in case you want to set your own log options, for example. Change-Id: I19005b7e70e624d3b64b6c2ac8eaadfdec3944db Closes-Bug: 1721246 (cherry picked from commit e62efd0782fd6521893102101daaa21f0cd8a275)
Diffstat (limited to 'releasenotes')
-rw-r--r--releasenotes/notes/haproxy_globals_override-7a573da1c8633f01.yaml5
1 files changed, 5 insertions, 0 deletions
diff --git a/releasenotes/notes/haproxy_globals_override-7a573da1c8633f01.yaml b/releasenotes/notes/haproxy_globals_override-7a573da1c8633f01.yaml
new file mode 100644
index 0000000..a6b6bfb
--- /dev/null
+++ b/releasenotes/notes/haproxy_globals_override-7a573da1c8633f01.yaml
@@ -0,0 +1,5 @@
+---
+features:
+ - |
+ This new parameter allows to set/override HAProxy global
+ options in a convenient way.