Support for OVS DB tcp socket communication.
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
os-vif |
In Progress
|
Low
|
sean mooney |
Bug Description
OVS DB server has the feature of listening over a TCP socket for connections rather than just on the unix domain socket. [0]
If the OVS DB server is listening over a TCP socket, then the ovs-vsctl commands should include the ovsdb_connection parameter:
# ovs-vsctl --db=tcp:IP:PORT ...
eg:
# ovs-vsctl --db=tcp:
Neutron supports running the ovs-vsctl commands with the ovsdb_connection parameter. The ovsdb_connection parameter is configured in openvswitch_
While adding a vif to the ovs bridge(br-int), Nova(os-vif) invokes the ovs-vsctl command. Today, there is no support to pass the ovsdb_connection parameter while invoking the ovs-vsctl command. The support should be added. This would enhance the functionality of os-vif, since it would support a scenario when OVS DB server is listening on a TCP socket connection and on functional parity with Neutron.
[0] http://
[1] https:/
Changed in os-vif: | |
assignee: | nobody → Pranab (pranabjb) |
Changed in os-vif: | |
status: | New → Confirmed |
Changed in os-vif: | |
importance: | Undecided → Low |
Fix proposed to branch: master /review. openstack. org/587378
Review: https:/