Comment 7 for bug 1559026

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

Reviewed: https://review.openstack.org/304730
Committed: https://git.openstack.org/cgit/openstack/nova/commit/?id=3c008718e15f0d2da717f04ff211e9da6d80ff2d
Submitter: Jenkins
Branch: stable/mitaka

commit 3c008718e15f0d2da717f04ff211e9da6d80ff2d
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)