Current Series Release Notes¶
7.2.0-5¶
New Features¶
L2VNI trunk subports now include the Neutron VLAN segment UUID in
binding:profile['segment_id']. This enables ML2 mechanism drivers like networking-generic-switch to use segment-based cleanup logic instead of parsing switch port configurations, allowing static trunk port configurations on physical switches. See bug 2144875.
Bug Fixes¶
Fixed AttributeError in L2VNI trunk manager when accessing
ha_chassis_groupon logical router ports. The code was incorrectly treatingha_chassis_groupas a single object when it is actually a list (with 0 or 1 element) in the OVN IDL schema. The fix now properly accessesha_chassis_group[0]to get the HA_Chassis_Group object before iterating over its chassis members, matching the pattern used throughout the upstream Neutron codebase. See bug 2145014.