yahoo-eng-team team mailing list archive
-
yahoo-eng-team team
-
Mailing list archive
-
Message #93385
[Bug 2045889] Re: [OVN] ML2/OVN mech driver does not set the OVS bridge name in the port VIF details
Reviewed: https://review.opendev.org/c/openstack/neutron/+/903494
Committed: https://opendev.org/openstack/neutron/commit/baaf240ce3f7802fe1431cc13913b9d93fc7f742
Submitter: "Zuul (22348)"
Branch: master
commit baaf240ce3f7802fe1431cc13913b9d93fc7f742
Author: Rodolfo Alonso Hernandez <ralonsoh@xxxxxxxxxx>
Date: Sat Aug 19 05:11:55 2023 +0000
[OVN] Add the bridge name and datapath type to the port VIF details
Same as in ML2/OVS, the ML2/OVN mechanism driver adds to the port
VIF details dictionary the OVS bridge the port is connected to
and the integration bridge datapath type.
Closes-Bug: #2045889
Change-Id: Ifda46c42b9506449a58fbaf312cc71c72d9cf2df
** Changed in: neutron
Status: In Progress => Fix Released
--
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to neutron.
https://bugs.launchpad.net/bugs/2045889
Title:
[OVN] ML2/OVN mech driver does not set the OVS bridge name in the port
VIF details
Status in neutron:
Fix Released
Bug description:
The ML2/OVN mech driver does not set the OVS bridge name nor the datapath type in the Neutron DB port VIF details. Example of an ML2/OVS port:
"""
binding_vif_details: bound_drivers.0='openvswitch', bridge_name='br-int', connectivity='l2', datapath_type='system', ovs_hybrid_plug='False', port_filter='True'
"""
Missing parameters:
* bridge_name
* datapath_type
This information is needed by Nova (os-vif library)
To manage notifications about this bug go to:
https://bugs.launchpad.net/neutron/+bug/2045889/+subscriptions
References