Comment 1 for bug 1612528

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Related fix merged to manila (master)

Reviewed: https://review.openstack.org/349506
Committed: https://git.openstack.org/cgit/openstack/manila/commit/?id=e3afcd751ff8e681867e1c7a054684277ec2874b
Submitter: Jenkins
Branch: master

commit e3afcd751ff8e681867e1c7a054684277ec2874b
Author: Marc Koderer <email address hidden>
Date: Thu Aug 4 15:01:29 2016 +0200

    Add MTU information in DB and API

    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