Comment 8 for bug 1559026

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to nova (stable/liberty)

Reviewed: https://review.openstack.org/304733
Committed: https://git.openstack.org/cgit/openstack/nova/commit/?id=79a49b3d6a4221ca3e09cb16008cc423f1902fe7
Submitter: Jenkins
Branch: stable/liberty

commit 79a49b3d6a4221ca3e09cb16008cc423f1902fe7
Author: Radoslav Gerganov <email address hidden>
Date: Fri Mar 18 12:56:04 2016 +0200

    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
    (cherry picked from commit c5311439d6526006dd1354e09f2bfb86505d550d)