Replace StandaloneLocalMtu with InterfaceLocalMtu

This patch replaces `StandaloneLocalMtu` with `InterfaceLocalMtu` in the
config jinja files. `StandaloneLocalMtu` has been shipped
as the parameter to specify MTU, although the correct one is
`InterfaceLocalMtu`.

Change-Id: I1cd769666567320ddad98ef2b12995e5749f6428
Closes-Bug: #1844167
This commit is contained in:
Sandeep Yadav 2019-09-20 09:31:03 +05:30
parent 6b1dbe6729
commit e4659b063a
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