From a68a03a228732050b33c2a7f35d1caa9f3467718 Mon Sep 17 00:00:00 2001 From: wanghao Date: Thu, 29 Jun 2017 14:38:37 +0800 Subject: [PATCH] Add release note: allow configuration of websocket notification Add a missing release note. Change-Id: I59c17c052a46499d820a28c1fb7d468d42649964 --- ...uration-of-websocket-notification-fa542fbf761378d3.yaml | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 releasenotes/notes/allow-configuration-of-websocket-notification-fa542fbf761378d3.yaml diff --git a/releasenotes/notes/allow-configuration-of-websocket-notification-fa542fbf761378d3.yaml b/releasenotes/notes/allow-configuration-of-websocket-notification-fa542fbf761378d3.yaml new file mode 100644 index 000000000..b31542231 --- /dev/null +++ b/releasenotes/notes/allow-configuration-of-websocket-notification-fa542fbf761378d3.yaml @@ -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.