a1fc820a2f
The networking API v2 specification, which is implemented by openstack neutron, features an optional MTU parameter - when creating a network, this allows operators to specify the value for the maximum transmission unit value. Change-Id: I288f02551555fff3e8b350fc6d7c6ae8f60c405c
7 lines
222 B
YAML
7 lines
222 B
YAML
---
|
|
features:
|
|
- |
|
|
create_network now exposes the mtu api option in accordance to network
|
|
v2 api. This allows the operator to adjust the given MTU value which
|
|
is needed in various complex network deployments.
|