Merge "Fix missing allowed network type 'flat' for ODL OVS"
This commit is contained in:
commit
edf7fcf079
@ -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:
|
||||
|
@ -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
|
Loading…
Reference in New Issue
Block a user