diff options
author | Cédric Jeanneret <cedric.jeanneret@camptocamp.com> | 2017-09-13 12:18:42 +0200 |
---|---|---|
committer | Cédric Jeanneret <cedric.jeanneret@camptocamp.com> | 2017-09-15 06:14:39 +0000 |
commit | ff5a57386be738de90100307a6284459ad75afc0 (patch) | |
tree | 3a13a2475cd5b71e8ac2c3d00ddb6c8a58817236 /releasenotes/notes | |
parent | 0ebd5749f18b0f7671c2574bccb53b505f133650 (diff) |
added release note for new haproxy_socket_access
Change-Id: I4024177fdf97bef929d6a699662acbf56abdb0af
(cherry picked from commit 9939df4c177040e67433ca19f55dca18067d9923)
Diffstat (limited to 'releasenotes/notes')
-rw-r--r-- | releasenotes/notes/haproxy_socket_access-ba72ad281ca64287.yaml | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/releasenotes/notes/haproxy_socket_access-ba72ad281ca64287.yaml b/releasenotes/notes/haproxy_socket_access-ba72ad281ca64287.yaml new file mode 100644 index 0000000..cce638a --- /dev/null +++ b/releasenotes/notes/haproxy_socket_access-ba72ad281ca64287.yaml @@ -0,0 +1,7 @@ +--- +features: + - | + Provides a way to set HAProxy socket access level. + This will allow people to manage HAProxy directly through + command-line, for example in order to temporarly disable + backends. |