Merge "Set appropriate default for vxlan multicast ttl"

This commit is contained in:
Zuul 2019-02-15 13:56:14 +00:00 committed by Gerrit Code Review
commit 78d34bea34
2 changed files with 4 additions and 0 deletions

View File

@ -375,6 +375,9 @@ neutron_vxlan_enabled: true
## The neutron multicast group address. This should be set as a host variable if used.
neutron_vxlan_group: "239.1.1.1"
# The neutron multicast time-to-live. Number of L3 hops before routers will drop the traffic
neutron_vxlan_ttl: 32
neutron_sriov_excluded_devices: ""
# neutron_local_ip is used for the VXLAN local tunnel endpoint

View File

@ -16,6 +16,7 @@ vxlan_group = {{ neutron_vxlan_group }}
# VXLAN local tunnel endpoint
local_ip = {{ neutron_local_ip }}
l2_population = {{ neutron_plugins[neutron_plugin_type].l2_population }}
ttl = {{ neutron_vxlan_ttl }}
{% else %}