Allow local_mtu to be set to value greater than default (1500)

The neutron global_physnet_mtu must be set to the configured local_mtu
in order to set local_mtu to a value greater than 1500. Otherwise
the neutron configuration will fail during the undercloud install.

Change-Id: Iaadff350a14a2cfb4bf545065f6d12eab49ba125
Closes-Bug: #1774271
This commit is contained in:
Bob Fournier 2018-05-30 16:45:28 -04:00
parent ad1b8113e7
commit 41c401ca65
1 changed files with 1 additions and 0 deletions

View File

@ -264,6 +264,7 @@ neutron::plugins::ml2::mechanism_drivers: ['openvswitch', 'baremetal']
neutron_bridge_mappings: ctlplane:br-ctlplane
neutron_public_interface: {{LOCAL_INTERFACE}}
neutron_physical_bridge: br-ctlplane
neutron::global_physnet_mtu: {{LOCAL_MTU}}
neutron::keystone::authtoken::password: {{UNDERCLOUD_NEUTRON_PASSWORD}}
neutron::agents::metadata::auth_password: {{UNDERCLOUD_NEUTRON_PASSWORD}}
neutron::agents::metadata::metadata_workers: "%{::os_workers}"