Comment 2 for bug 1822099

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

Reviewed: https://review.opendev.org/648387
Committed: https://git.openstack.org/cgit/openstack/manila/commit/?id=bc87926e60bca11a1bc91dfaadb8e571a38c0e5f
Submitter: Zuul
Branch: master

commit bc87926e60bca11a1bc91dfaadb8e571a38c0e5f
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