]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commit
Add MTU selection to ML2
authorRobert Pothier <rpothier@cisco.com>
Fri, 13 Mar 2015 15:39:27 +0000 (11:39 -0400)
committerRobert Pothier <rpothier@cisco.com>
Tue, 17 Mar 2015 18:02:39 +0000 (14:02 -0400)
commitf540a48ae7f2b49ad891e3b4912ff1ed0a44d6e7
treebbe85eb9b034e2ba6aee6e2cb73cda6bb0585268
parentd409461ed18bdb6b35f49b98252e90ffd09e32fb
Add MTU selection to ML2

ML2 will check the config parameters for the MTU settings.
It will check the segment, path and physnet mtu settings.

Change-Id: I58b57e01ec9bcafd7cdcfbf03149e98c3a1291ed
Partially-Implements: blueprint mtu-selection-and-advertisement
15 files changed:
neutron/plugins/common/constants.py
neutron/plugins/ml2/driver_api.py
neutron/plugins/ml2/drivers/helpers.py
neutron/plugins/ml2/drivers/type_flat.py
neutron/plugins/ml2/drivers/type_gre.py
neutron/plugins/ml2/drivers/type_local.py
neutron/plugins/ml2/drivers/type_tunnel.py
neutron/plugins/ml2/drivers/type_vlan.py
neutron/plugins/ml2/drivers/type_vxlan.py
neutron/plugins/ml2/managers.py
neutron/plugins/ml2/plugin.py
neutron/tests/unit/ml2/test_type_flat.py
neutron/tests/unit/ml2/test_type_gre.py
neutron/tests/unit/ml2/test_type_vlan.py
neutron/tests/unit/ml2/test_type_vxlan.py