Merge "Replace StandaloneLocalMtu with InterfaceLocalMtu"

This commit is contained in:
Zuul 2019-10-11 15:54:00 +00:00 committed by Gerrit Code Review
commit 735b66536e
2 changed files with 2 additions and 2 deletions

View File

@ -25,6 +25,6 @@ parameter_defaults:
NetworkGateway: {{ standalone_ip }}
StandaloneEnableRoutedNetworks: false
StandaloneHomeDir: {{ working_dir }}
StandaloneLocalMtu: 1500
InterfaceLocalMtu: 1500
NovaComputeLibvirtType: {{ standalone_libvirt_type }}
SELinuxMode: {{ standalone_selinux_mode }}

View File

@ -27,7 +27,7 @@ parameter_defaults:
NetworkGateway: {{ standalone_ip }}
StandaloneEnableRoutedNetworks: false
StandaloneHomeDir: {{ working_dir }}
StandaloneLocalMtu: 1500
InterfaceLocalMtu: 1500
NovaComputeLibvirtType: {{ standalone_libvirt_type }}
SELinuxMode: {{ standalone_selinux_mode }}
NovaHWMachineType: x86_64=pc,aarch64=virt-rhel7.6.0,ppc64=pseries-rhel7.6.0,ppc64le=pseries-rhel7.6.0