nova/releasenotes/notes/bug-1559026-47c3fa3468d66b07.yaml
Radoslav Gerganov c5311439d6 The 'record' option of the WebSocketProxy should be string
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
2016-04-01 02:15:05 +00:00

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.