e3afcd751f
MTU value can be different for each neutron network. E.g. for high-performance use-cases it's very important to also support MTU's with jumbo frames. This patch exposes this information to the drivers. Each driver should setup its resources accordingly. The tempest test actually just covers the api change. Better coverage will be added when the container driver lands. APIImpact DocImpact Change-Id: I9b4efae620ec9f6790547c8fffc58872d43277f5 Implements: bp add-network-mtu Related-Bug: #1612528
5 lines
151 B
YAML
5 lines
151 B
YAML
---
|
|
features:
|
|
- Store network MTU value into DB to make it possible for drivers with share
|
|
server support to support different values than 1500.
|