Rajesh Tailor
2f55e9ea06
Move mtu update request into ovsdb transaction
os-vif currently set the requested mtu as part of separate request to the port add command. As a result the port is initially created with mbufer pool for the jumboframe size, which results in an error in openvswitch-vswitch logs. This change moves the mtu update request into ovsdb transaction. Closes-Bug: #1959586 Change-Id: I1acd74efc100c6f949b5c72525c455aebfa2c50e
Team and repository tags
os-vif
A library for plugging and unplugging virtual interfaces in OpenStack.
- License: Apache License, Version 2.0
- Documentation: https://docs.openstack.org/os-vif/latest/
- Source: https://opendev.org/openstack/os-vif
- Bugs: https://bugs.launchpad.net/os-vif
- Release Notes: https://docs.openstack.org/releasenotes/os-vif
Description
Languages
Python
100%