tripleo-heat-templates/releasenotes/notes/neutron-ml2-overlay-ip-version-4f14932355847aa0.yaml
Feng Pan 5aa4eeba08 Add NeutronOverlayIPVersion parameter to neutron-plugins-ml2 service
This patch adds NeutronOverlayIPVersion parameter to congfigure
neutron ML2 overlay_ip_version option from T-H-T. puppet-neutron
already has support for configuration of this option, we are just
exposing it from T-H-T. This parameter needs to be set to '6' when
IPv6 vxlan tunnel endpoints are desired.

Closes-Bug: #1691213

Change-Id: I056afa25f67a3b6857bdfef14e6d582b0a9e5e93
Signed-off-by: Feng Pan <fpan@redhat.com>
2017-08-15 11:07:14 -04:00

6 lines
212 B
YAML

---
features:
- Add NeutronOverlayIPVersion parameter to congfigure neutron ML2
overlay_ip_version option. This parameter should be set to 6 when user
requires tenant vxlan tunnel endpoints to be IPv6.