aboutsummaryrefslogtreecommitdiffstats
path: root/overcloud.yaml
diff options
context:
space:
mode:
authorJenkins <jenkins@review.openstack.org>2016-07-11 18:03:28 +0000
committerGerrit Code Review <review@openstack.org>2016-07-11 18:03:29 +0000
commit0dd151201f86688ce8cf1773ccacf69932a996c1 (patch)
tree0f96d5b1f4a21a820d9b1636e5d13db3fc6dc8ee /overcloud.yaml
parent47f4414895c2e526e3c76abde350bdc22896e4ca (diff)
parent2a64b67cef74fff86ce6b56b15431b859515844d (diff)
Merge "neutron: remove tenant MTU configuration options"
Diffstat (limited to 'overcloud.yaml')
-rw-r--r--overcloud.yaml11
1 files changed, 0 insertions, 11 deletions
diff --git a/overcloud.yaml b/overcloud.yaml
index 845b990e..cc345572 100644
--- a/overcloud.yaml
+++ b/overcloud.yaml
@@ -134,15 +134,6 @@ parameters:
description: Shared secret to prevent spoofing
type: string
hidden: true
- NeutronTenantMtu:
- description: >
- The default MTU for tenant networks. For VXLAN/GRE tunneling, this should
- be at least 50 bytes smaller than the MTU on the physical network. This
- value will be used to set the MTU on the virtual Ethernet device.
- This value will be used to construct the NeutronDnsmasqOptions, since that
- will determine the MTU that is assigned to the VM host through DHCP.
- default: "1400"
- type: string
NeutronTunnelTypes:
default: 'vxlan'
description: |
@@ -826,7 +817,6 @@ resources:
MysqlInnodbBufferPoolSize: {get_param: MysqlInnodbBufferPoolSize}
MysqlMaxConnections: {get_param: MysqlMaxConnections}
MysqlRootPassword: {get_attr: [MysqlRootPassword, value]}
- NeutronTenantMtu: {get_param: NeutronTenantMtu}
NeutronPublicInterface: {get_param: NeutronPublicInterface}
NeutronPassword: {get_param: NeutronPassword}
NeutronMetadataProxySharedSecret: {get_param: NeutronMetadataProxySharedSecret}
@@ -892,7 +882,6 @@ resources:
KeystoneAdminApiVirtualIP: {get_attr: [VipMap, net_ip_map, {get_param: [ServiceNetMap, KeystoneAdminApiNetwork]}]}
KeystonePublicApiVirtualIP: {get_attr: [VipMap, net_ip_map, {get_param: [ServiceNetMap, KeystonePublicApiNetwork]}]}
NeutronBridgeMappings: {get_param: NeutronBridgeMappings}
- NeutronTenantMtu: {get_param: NeutronTenantMtu}
NeutronEnableTunnelling: {get_param: NeutronEnableTunnelling}
NeutronEnableL2Pop : {get_param: NeutronEnableL2Pop}
NeutronFlatNetworks: {get_param: NeutronFlatNetworks}