tripleo-heat-templates/releasenotes/notes/support_IPv6_for_tenant_networks-30938bfdde547969.yaml
Janki Chhatbar fe8b808fd3 Allow overlay tunnel endpoints on IPv6 address
Overlay tunnel endpoints are supported only on
IPv4 address. Now that OVS and Neutron support
having v6 endpoints, edit network enviroment
files in TripleO to allow this.

Change-Id: Ie2523cf4e359289298e4ea5d0992093976a19e04
Closes-Bug: #1793239
2019-01-10 10:26:24 +00:00

9 lines
377 B
YAML

---
features:
- |
OVS and neutron now supports endpoint creation on IPv6 networks. New
network-*-v6-all.j2.yaml environment files are added to allow tenant
network to be created on IPv6 addresses. Note that these files are only
to be used for new deployments and not during update or upgrade.
network_data*.yaml files are also edited to reflect the same.