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.