Reviewed: https://review.openstack.org/499908 Committed: https://git.openstack.org/cgit/openstack/neutron/commit/?id=006113e3bfd566f3b394580262a60345eec160d6 Submitter: Zuul Branch: master
commit 006113e3bfd566f3b394580262a60345eec160d6 Author: Reedip <[email protected]> Date: Fri Sep 1 06:20:01 2017 +0000 Skip MTU check during deletion of Networks MTU check can be skipped during deletion of Networks. The MTU check doesn't provide any additional support during deletion of the networks. Also, if a network is created with MTU 'X' and the global_mtu later on is decreased to 'Y', the created network cannot be deleted due to the MTU check. Change-Id: Ia838d2a661c5098f90b58b2cb31557f2ebf78868 Closes-Bug: #1713499 ** 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/1713499 Title: Cannot delete a neutron network, if the currently configured MTU is lower than the network's MTU Status in neutron: Fix Released Bug description: Currently, the neutron API returns an error [1] when trying to delete a neutron network which has a higher MTU than the configured MTU[2][3]. This issue has been noticed in Pike. [1] Error: http://paste.openstack.org/show/619627/ [2] neutron.conf: http://paste.openstack.org/show/619629/ [3] ml2_conf.ini: http://paste.openstack.org/show/619630/ To manage notifications about this bug go to: https://bugs.launchpad.net/neutron/+bug/1713499/+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

