c5311439d6
If proxy service (VNC, spice, serial) is started with the 'record' option, an exception is thrown. This is because WebSocketProxy expects a file path for the record argument instead of boolean value. This patch fixes this by changing 'record' to be string option. An empty string means no recording. Closes-Bug: #1559026 Change-Id: Id6cf7c65191bdaa579f7cdadea43230897436de6
7 lines
233 B
YAML
7 lines
233 B
YAML
---
|
|
upgrade:
|
|
- The ``record`` configuration option for the console proxy
|
|
services (like VNC, serial, spice) is changed from
|
|
boolean to string. It specifies the filename that will
|
|
be used for recording websocket frames.
|