Comment 3 for bug 1446784

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

Reviewed: https://review.openstack.org/176034
Committed: https://git.openstack.org/cgit/openstack/neutron/commit/?id=f85de393c469d1e649a1c1e5ee1b683246442351
Submitter: Jenkins
Branch: master

commit f85de393c469d1e649a1c1e5ee1b683246442351
Author: Kevin Benton <email address hidden>
Date: Mon Apr 20 22:26:22 2015 -0700

    Only update MTU in update code for MTU

    The ML2 create_network_db was re-passing in the entire network
    with extensions like vlan_transparency present that was causing
    issues in the base update function it was calling.

    This corrects the behavior by having it only update the MTU, which
    is the only thing it was intending to update in the first place.

    Change-Id: I723c5c138e0830de98f6024c7635ec65065e9346
    Closes-Bug: #1446784