Merge "Fix missing allowed network type 'flat' for ODL OVS"

This commit is contained in:
Zuul 2018-04-10 16:46:52 +00:00 committed by Gerrit Code Review
commit edf7fcf079
2 changed files with 7 additions and 1 deletions

View File

@ -40,7 +40,7 @@ parameters:
vary per host or role to constrain which hosts nova instances
and networks are scheduled to.
type: comma_delimited_list
default: ['local', 'vlan', 'vxlan', 'gre']
default: ['local', 'flat', 'vlan', 'vxlan', 'gre']
tags:
- role_specific
OvsEnableDpdk:

View File

@ -0,0 +1,6 @@
---
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