Comment 9 for bug 1713499

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to neutron (master)

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 address hidden>
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