tripleo-heat-templates/releasenotes/notes/fix-external-bridge-mtu-multiple-nics-config-43b8dc459b5694b2.yaml
Harald Jensås cf06b61d67 Fix multiple-nics network config ExternalMtu
The external network is used for the external bridge
in OVN and DVR usecase. Controlled by external_bridge
tag in the role.

For this to work we also need to include the ExternalMtu
parameter when external_bridge tag is present.

Closes-Bug: #1847360
Change-Id: I93d5bfb540d298765ebc35d7596b214271f07dca
2019-10-09 01:26:30 +02:00

8 lines
313 B
YAML

---
fixes:
- |
The `multiple-nics` network template example was rendered without the
``ExternalMtu`` parameter when the role tag ``external_bridge`` was
set. This caused the deployment to fail with parameter not provided
error. Bug: `1847360 <https://bugs.launchpad.net/tripleo/+bug/1847360>`_.