f85794de85
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>
7 lines
181 B
YAML
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
|