Add release note: allow configuration of websocket notification

Add a missing release note.

Change-Id: I59c17c052a46499d820a28c1fb7d468d42649964
This commit is contained in:
wanghao 2017-06-29 14:38:37 +08:00
parent e62d586a6d
commit a68a03a228

View File

@ -0,0 +1,7 @@
---
fixes:
- Add two configurations for the notification endpoint of the websocket
server, instead of a random port and local address.
One is 'notification-bind', address on which the notification server will
listen. Another is 'notification-port', port on which the notification
server will listen.