81d139edc9
With neutron switching OVSDB configuration to be done via the 'native' library, OVSDB needs to be listening on a port to accept RPCs. This adds a default listener on a non-common port and sets the URI for Neutron when using OpenDaylight so that agents may add ports to OVS. Change-Id: Ic651bc9d28f45491846b6ad1048fbc975b3e2141 Signed-off-by: Tim Rozet <trozet@redhat.com>
13 lines
561 B
YAML
13 lines
561 B
YAML
---
|
|
fixes:
|
|
- Neutron modified the way that Agents connect to OVSDB
|
|
server to configure OVS tap ports, etc by using the
|
|
OVSDB server URI rather than the ovs-vsctl client.
|
|
In ODL deployments, OVSDB server is never configured
|
|
to listen on a port and therefore Neutron Agent
|
|
configuration fails. This fixes that problem by
|
|
configuring multiple managers, including a local
|
|
listener by default on a non-standard port for OVSDB
|
|
server. This way Neutron Agents are able to talk to
|
|
OVSDB while OVS is also still connected to ODL.
|