Comment 12 for bug 1713499

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

Reviewed: https://review.openstack.org/584319
Committed: https://git.openstack.org/cgit/openstack/neutron/commit/?id=9bc05416efac1abed6f67393cfedffb95b474eb5
Submitter: Zuul
Branch: stable/queens

commit 9bc05416efac1abed6f67393cfedffb95b474eb5
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
    (cherry picked from commit 006113e3bfd566f3b394580262a60345eec160d6)