f21c7e2851
This patch adds ``net-mtu-writable`` API extension that allows to write to network ``mtu`` attribute. The patch also adds support for the extension to ml2, as well as covers the feature with unit and tempest tests. Agent side implementation of the feature is moved into a separate patch to ease review. DocImpact: neutron controller now supports ``net-mtu-writable`` API extension. APIImpact: new ``net-mtu-writable`` API extension was added. Related-Bug: #1671634 Change-Id: Ib232796562edd8fa69ec06b0cc5cb752c1467add
18 lines
791 B
YAML
18 lines
791 B
YAML
---
|
|
features:
|
|
- |
|
|
The new ``net-mtu-writable`` extension API definition has been added. The
|
|
new extension indicates that the network ``mtu`` attribute is writeable.
|
|
Plugins supporting the new extension are expected to also support
|
|
``net-mtu``. The first plugin that gets support for the new extension is
|
|
``ml2``.
|
|
other:
|
|
- |
|
|
Changing MTU configuration options (``global_physnet_mtu``,
|
|
``physical_network_mtus``, and ``path_mtu``) and restarting
|
|
``neutron-serer`` no longer affects existing networks' MTUs. Nevertheless,
|
|
new networks will use new option values for MTU calculation. To reflect
|
|
configuration changes for existing networks, one may use the new
|
|
``net-mtu-writable`` API extension to update ``mtu`` attribute for those
|
|
networks.
|