]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commit
Only update MTU in update code for MTU
authorKevin Benton <blak111@gmail.com>
Tue, 21 Apr 2015 05:26:22 +0000 (22:26 -0700)
committerKevin Benton <blak111@gmail.com>
Thu, 23 Apr 2015 04:53:39 +0000 (21:53 -0700)
commitcbfb3e487d97998ec49d7faa751bc26202da7d0e
treeb48c43dffa18c621e0defeda6231e56973e35ed2
parenta0d896328672ae9e1ac948320bbbe89345696e62
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
(cherry picked from commit f85de393c469d1e649a1c1e5ee1b683246442351)
neutron/plugins/ml2/plugin.py
neutron/tests/unit/plugins/ml2/test_plugin.py