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:
parent
6b1dbe6729
commit
e4659b063a
@ -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 }}
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user