puppet-neutron/releasenotes/notes/fix-odl-ovs-vhostuser_mode-6a99fc68b305a583.yaml
Tim Rozet f85794de85 Corrects ODL-OVS vhostusermode default and docs
The vhostuser_mode parameter was incorrectly defined as the
client/server mode of OVS, when actually it is the configuration of the
VIF port/QEMU mode.  Therefore a value of 'client' will actually
configure OVS to be in 'server' mode.  This type of port is deprecated
and the correct value should be 'server' (where QEMU creates the port).

Partial-Bug: 1762473

Change-Id: Idda82cae48b11eae1c79c6bbdd85827e3e43e56b
Signed-off-by: Tim Rozet <trozet@redhat.com>
2018-04-09 16:38:02 +00:00

7 lines
181 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