From e4659b063ac5799fe209e3d81d02fdb6b1b3a146 Mon Sep 17 00:00:00 2001 From: Sandeep Yadav Date: Fri, 20 Sep 2019 09:31:03 +0530 Subject: [PATCH] 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 --- roles/standalone-upgrade/templates/standalone_config.yaml.j2 | 2 +- roles/standalone/templates/standalone_config.yaml.j2 | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/roles/standalone-upgrade/templates/standalone_config.yaml.j2 b/roles/standalone-upgrade/templates/standalone_config.yaml.j2 index 58fd84284..e5ad08cac 100644 --- a/roles/standalone-upgrade/templates/standalone_config.yaml.j2 +++ b/roles/standalone-upgrade/templates/standalone_config.yaml.j2 @@ -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 }} diff --git a/roles/standalone/templates/standalone_config.yaml.j2 b/roles/standalone/templates/standalone_config.yaml.j2 index f2761f931..f60d55863 100644 --- a/roles/standalone/templates/standalone_config.yaml.j2 +++ b/roles/standalone/templates/standalone_config.yaml.j2 @@ -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