352f5ac674dde0d76ebe92d80b2cb02638b80ade
In patch [1] there was added usage of context parameter in method get_vif_type in openvswitch mech_driver. This exposed that previously "wrong" context was passed to this method in _update_segmentation_id() method in ml2 plugin and that caused raising AttributeError as "Context" object didn't have attribute 'current'. This patch adds new method "get_supported_vif_type" to mechanism drivers and this method don't need context to return what vif_types are supported regarding agent type. [1] https://review.opendev.org/#/c/658784/ Change-Id: Ic6c738db28208e5009f78bb52598eb3c141f639f Related-Bug: #1832985
Team and repository tags
Welcome!
To learn more about neutron:
- Documentation: https://docs.openstack.org
- Features: https://specs.openstack.org/openstack/neutron-specs
- Defects: https://launchpad.net/neutron
- Release notes: https://docs.openstack.org/releasenotes/neutron/index.html
Get in touch via email. Use [Neutron] in your subject.
To learn how to contribute:
CONTRIBUTING.rst
Description
Languages
Python
99.7%
Shell
0.3%