tripleo-heat-templates/releasenotes/notes/fix-odl-ovs-vhostusermode-7bc2b64fd2676ca2.yaml
Tim Rozet 2ecf3ac88b 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 <trozet@redhat.com>
2018-04-09 12:46:25 -04:00

11 lines
346 B
YAML

---
fixes:
- |
Fixes default of vhostuser_mode in ODL-OVS to be server, and clarifies
the configuration parameter. See
https://bugs.launchpad.net/tripleo/+bug/1762473
deprecations:
- |
Using 'client' for OvsVhostuserMode parameter. See 'vhost-user' section
at http://docs.openvswitch.org/en/latest/topics/dpdk/vhost-user/