Set TenantNetPhysnetMtu to 0 to allow different MTUs
I5e60d52ad571e1cdb3b82cd1d9947e33fa682bf8 changed the default value that was being used to honor the TenantNetPhysnetMtu if the NeutronGlobalPhysnetMtu is set to 0 (the default). For the undercloud we want this value to be 0 so we can define overcloud networks with >1500 MTU even if the undercloud is set to 1500. Change-Id: Ida2011b2ad0858d479b2c7d7988e1b5b908f4b3e Closes-Bug: #1826729
This commit is contained in:
parent
691720eec3
commit
d6b08579ab
@ -150,6 +150,9 @@ parameter_defaults:
|
||||
NeutronVniRanges: '10:100'
|
||||
NeutronEnableDVR: false
|
||||
NeutronPortQuota: '-1'
|
||||
# This allows MTU > 1500 for the overcloud if local_mtu is set to 1500
|
||||
# See LP#1826729
|
||||
TenantNetPhysnetMtu: 0
|
||||
SwiftCorsAllowedOrigin: '*'
|
||||
SwiftReplicas: 1
|
||||
SwiftWorkers: 2
|
||||
|
Loading…
x
Reference in New Issue
Block a user