OVN mech driver failing to check the L2/L3 connectivity
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
neutron |
Fix Released
|
Medium
|
Rodolfo Alonso |
Bug Description
In LP#1821058, a new parameter was defined for each mechanism driver, the "connectivity". That provides a way to define what type of driver is. For example, SRIOV, Linux Bridge, OVS or OVN are "l2" drivers. Calico is "l3" only. The default value is "legacy".
In [1], a check for ports without IP addresses. Those kind of ports can only be bound to "l2" drivers.
In [2] I changed the "vif_details" dictionary to populated the two sub-dicts under "ovs" and "vhostuser". The problem is that check [1] cannot be done because the "connectivity" parameter in not a key in "vif_details" anymore.
A more robust way to check the mech driver connectivity must be implemented, rather that adding it to a dictionary, "vif_details", that has not a defined structure.
NOTE: this is currently breaking heat-tempest-plugin CI master job.
[1]https:/
[2]https:/
description: | updated |
Changed in neutron: | |
importance: | Undecided → Critical |
importance: | Critical → Medium |
assignee: | nobody → Rodolfo Alonso (rodolfo-alonso-hernandez) |
Changed in neutron: | |
status: | In Progress → Fix Committed |
status: | Fix Committed → In Progress |
Related fix proposed to branch: master /review. opendev. org/c/openstack /neutron- lib/+/826501
Review: https:/