Reviewed: https://review.openstack.org/361139 Committed: https://git.openstack.org/cgit/openstack/neutron/commit/?id=0d96b9b43cdfb6f354241f8147b0e1604aa04ec4 Submitter: Jenkins Branch: master
commit 0d96b9b43cdfb6f354241f8147b0e1604aa04ec4 Author: Hong Hui Xiao <[email protected]> Date: Fri Aug 26 08:20:58 2016 -0400 Fix passing error physical network for get_mtu The network's physical network should be used to get the network's mtu. Change-Id: Ib68cf7a64332c6a4b3df7b5d0a41922421b58dba Closes-bug: #1617284 ** 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/1617284 Title: ML2 plugin does not set correct MTU for multiple provider networks Status in neutron: Fix Released Bug description: When using multiple provider networks type vlan the setting : "physical_network_mtus = net1:1500, net2:9000" is not taken only the "global_physnet_mtu=9000" setting is taken. It seems that in /neutron/plugins/ml2/plugin.py in function _get_network_mtu () the call to type.driver.get_mtu(provider.PHYSICAL_NETWORK) is wrong. It should be : mtu = type.driver.get_mtu(s[provider.PHYSICAL_NETWORK]) instead to read out the propper network name. Thanks To manage notifications about this bug go to: https://bugs.launchpad.net/neutron/+bug/1617284/+subscriptions -- Mailing list: https://launchpad.net/~yahoo-eng-team Post to : [email protected] Unsubscribe : https://launchpad.net/~yahoo-eng-team More help : https://help.launchpad.net/ListHelp

