manila/releasenotes/notes/bug-1822099-fix-multisegment-mtu.yaml-ac2e31c084d8bbb6.yaml
Maurice Escher bc87926e60 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
2019-05-13 09:44:07 -04:00

6 lines
152 B
YAML

---
fixes:
- |
Update share networks with MTU before creating network allocations so that
the first allocation in a share network is correct.