neutron/neutron
Sean M. Collins 7a4633a9ca ML2: Configure path_mtu to default to 1500 bytes
I8287677c7ad0f13fa9f5cb194f9372d04b78cb61 changed the behavior of
DevStack, so that path_mtu is being set to 1500 by default. Let's take
the next step and set path_mtu to 1500 by default, instead of relying on
deployment tools like DevStack to set it.

When using the ML2 plugin and setting path_mtu to default to 1500,
the second order effect is that all Neutron
Network objects will have the mtu attribute populated. For tenant
network types like VXLAN, the MTU will be set as path_mtu less the
protocol overhead. So for example, a Neutron Network backed by VXLAN
will have the mtu attribute set to 1450.

Related-Bug: #1542108
Co-Authored-By: Matt Kassawara <mkassawara@gmail.com>
Change-Id: I4096a3e7704032fa4aa5c3aa8bcaec4e38d0d06d
2016-02-10 10:45:22 -05:00
..
agent Merge "Fix bug when enable configuration named dnsmasq_base_log_dir" 2016-02-07 15:31:56 +00:00
api Merge "Protect 'show' and 'index' with Retry decorator" 2016-02-05 17:24:06 +00:00
callbacks Update related router when subnetpool change scope 2016-02-04 16:25:48 -07:00
cmd Merge "Add popular IP protocols for security group" 2016-02-05 14:53:36 +00:00
common Merge "Update related router when subnetpool change scope" 2016-02-07 04:24:22 +00:00
core_extensions Forbid attaching rules if policy isn't accessible 2015-08-12 09:52:33 +00:00
db Merge "Address i18n related deprecation warnings" 2016-02-08 10:45:51 +00:00
debug Make neutron-debug command follow cliff command convention 2016-01-09 03:38:19 +09:00
extensions Merge "Add popular IP protocols for security group" 2016-02-05 14:53:36 +00:00
hacking Add hacking check for assertEqual HTTP code 2016-02-06 00:01:08 +08:00
ipam Fix module's import order 2016-01-22 06:38:42 -08:00
locale Imported Translations from Zanata 2016-02-05 06:23:23 +00:00
notifiers Add option for nova endpoint type 2015-12-10 08:40:36 +00:00
objects db_api: handle db objects that don't have 'id' as primary key 2016-01-21 19:23:14 +00:00
openstack Fix module's import order 2016-01-22 06:38:42 -08:00
pecan_wsgi Pecan: remove deprecated warning 2016-01-22 18:23:20 -08:00
plugins ML2: Configure path_mtu to default to 1500 bytes 2016-02-10 10:45:22 -05:00
quota ML2: Add tests to validate quota usage tracking 2015-12-09 15:17:23 -08:00
scheduler Remove bindings of DVR routers to L3 agents on compute nodes 2016-02-01 17:06:50 -07:00
server Merge "Support api_workers option when using pecan" 2016-02-04 18:49:44 +00:00
services External DNS driver reference implementation 2016-01-21 21:55:08 +00:00
tests Merge "Fix bug when enable configuration named dnsmasq_base_log_dir" 2016-02-07 15:31:56 +00:00
__init__.py Deprecate _ builtin translation function 2015-12-06 19:39:20 +09:00
_i18n.py Move i18n to _i18n, as per oslo_i18n guidelines 2015-12-01 19:29:10 -07:00
auth.py Consume ConfigurableMiddleware from oslo_middleware 2015-10-08 17:59:43 +00:00
context.py Trival: Remove unused logging import 2015-12-26 12:49:56 +08:00
i18n.py Move i18n to _i18n, as per oslo_i18n guidelines 2015-12-01 19:29:10 -07:00
manager.py Pecan controller loads service plugins 2016-01-12 12:28:54 -08:00
neutron_plugin_base_v2.py Fix module's import order 2016-01-22 06:38:42 -08:00
opts.py lb: ml2-agt: Separate AgentLoop from LinuxBridge specific impl 2016-01-28 11:00:43 +01:00
policy.py Raise RetryRequest on policy parent not found 2016-01-27 05:23:38 -08:00
service.py Support api_workers option when using pecan 2016-01-26 13:13:46 -08:00
version.py
worker.py Some minor misspellings in comment block. 2015-11-24 00:01:21 -06:00
wsgi.py Use _ from neutron._i18n 2015-12-06 19:39:04 +09:00