Merge "Prepare reno for TripleO Pike RC1"
[apex-tripleo-heat-templates.git] / releasenotes / notes / add-ipv6-diable-options-9aaee219bb87ac6a.yaml
1 ---
2 security:
3   - |
4     Add IPv6 disable option and make it configurable for user to disable IPv6
5     when it's not used, this will descrease the risk of ipv6 attack.
6     Both net.ipv6.conf.default.disable_ipv6 & net.ipv6.conf.all.disable_ipv6
7     will be explicitly set to the default value (0) which is enabled.