diff options
author | Jenkins <jenkins@review.openstack.org> | 2017-09-16 16:03:42 +0000 |
---|---|---|
committer | Gerrit Code Review <review@openstack.org> | 2017-09-16 16:03:42 +0000 |
commit | 4a16f486e0207e47883cbc4c89293d786b9aa230 (patch) | |
tree | 2cf92ed412b0e1f4b14a31ae237864ef4e478e35 | |
parent | 4e484c40918f79686585aa0ad6c6d0a3b2b5482d (diff) | |
parent | ff5a57386be738de90100307a6284459ad75afc0 (diff) |
Merge "added release note for new haproxy_socket_access" into stable/pike
-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. |