]> 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>
Tue, 21 Apr 2015 05:35:23 +0000 (22:35 -0700)
commitf85de393c469d1e649a1c1e5ee1b683246442351
treeee3893427a06173f8e08c95b9810654707cde5c8
parent76d873a452e340944e2e3242e8bb1722e3c036e8
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
neutron/plugins/ml2/plugin.py
neutron/tests/unit/plugins/ml2/test_plugin.py