Merge "Set TenantNetPhysnetMtu to 0 to allow different MTUs"

This commit is contained in:
Zuul 2019-06-04 14:06:38 +00:00 committed by Gerrit Code Review
commit b9e74b24c1
1 changed files with 3 additions and 0 deletions

View File

@ -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