tripleo-heat-templates/releasenotes/notes/fix-odl-ovs-allowed-network-types-d196d6d40fadb1bc.yaml
Tim Rozet 186b03d720 Fix missing allowed network type 'flat' for ODL OVS
The 'flat' network type was missing from the default allowed network
types with OpenDaylight deployments.  This is OVS configuration which
detemrines which tenant network types are supported on a per node basis.
By default, flat should be allowed.

Closes-Bug: 1762495

Change-Id: Idf626948ee46a88f95f020fc12b7cd8b04db8be6
Signed-off-by: Tim Rozet <trozet@redhat.com>
2018-04-09 14:54:48 -04:00

7 lines
198 B
YAML

---
fixes:
- |
Fixes missing type "flat" from the default allowed network types for
the ODL OVS parameter HostAllowedNetworkTypes. See
https://bugs.launchpad.net/tripleo/+bug/1762495