Comment 5 for bug 1822099

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to manila (stable/stein)

Reviewed: https://review.opendev.org/670410
Committed: https://git.openstack.org/cgit/openstack/manila/commit/?id=677bb330bf302649a85bb3ae590b61df0a045685
Submitter: Zuul
Branch: stable/stein

commit 677bb330bf302649a85bb3ae590b61df0a045685
Author: Maurice Escher <email address hidden>
Date: Thu Mar 28 11:22:02 2019 +0100

    NeutronBindNetworkPlugin: fix multi segment mtu

    Neutron mtu value for network allocation is taken from share network,
    so the share network needs to be updated with the mtu
    before the allocation is created.

    This prevents the mtu being empty on the first network allocation in
    a share network.

    Change-Id: I89de02af7d739bbe70f1d893cc2b6ced0157d120
    Closes-Bug: #1822099
    (cherry picked from commit bc87926e60bca11a1bc91dfaadb8e571a38c0e5f)