Comment 4 for bug 1762473

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to tripleo-heat-templates (stable/queens)

Reviewed: https://review.openstack.org/559986
Committed: https://git.openstack.org/cgit/openstack/tripleo-heat-templates/commit/?id=c80ce856476d56d36f643c415c049fccdf498762
Submitter: Zuul
Branch: stable/queens

commit c80ce856476d56d36f643c415c049fccdf498762
Author: Tim Rozet <email address hidden>
Date: Mon Apr 9 12:40:45 2018 -0400

    Fixes the OvsVhostuserMode heat parameter

    The mode was incorrectly defined as configuring the mode for OVS when it
    is really configuring the client/server mode for QEMU. A value of
    'client' here will cause OVS to create the vhostuser socket, and
    actually make OVS the server. This type of port is deprecated so the
    default should be 'server' (QEMU creates the port).

    Closes-Bug: 1762473

    Change-Id: I7cd34b30f54766fe35e4a40a57b278166d0197cb
    Signed-off-by: Tim Rozet <email address hidden>
    (cherry picked from commit 2ecf3ac88bcdbab60b7f292ce635915c99acebc8)