Reviewed: https://review.opendev.org/679399 Committed: https://git.openstack.org/cgit/openstack/neutron/commit/?id=68625686a40b3eb75502c8116f23d2297e288ca1 Submitter: Zuul Branch: master
commit 68625686a40b3eb75502c8116f23d2297e288ca1 Author: zhanghao <[email protected]> Date: Sat Oct 26 16:57:27 2019 -0400 Make the MTU attribute not nullable This patch sets the MTU attribute to non-nullable, the code that get the MTU and update the network in some methods can be removed. If the MTU is empty before the pike version, it is set to the default value of 1500. Change-Id: Id4d738dde7fa4b7caccabad0aac542b82b4d7af1 Closes-Bug: #1842261 ** 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/1842261 Title: Make the MTU attribute not nullable Status in neutron: Fix Released Bug description: mtu attribute is nullable in the network, address all such TODOs # TODO(ihrachys) remove in Queens+ when mtu is not nullable then,we can also use reader context instead of writer context in some methods. To manage notifications about this bug go to: https://bugs.launchpad.net/neutron/+bug/1842261/+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

