ironic/releasenotes/notes/fix-ipv6-option6-tag-549093681dcf940c.yaml
Julia Kreger 78708835d0 Fix IPv6 Option Passing
Turns out that adding option6 was incorrect... and neutron
does it incorrectly as well. Removing from ironic, as neutron
does the completely wrong thing when a field number is used with
dnsmasq and ipv6.

Change-Id: Icf88419925abb9b9f10f31aa3a66daea5afe3bb4
Related-Change: I87c15908087111367358043f7a63dd02dd9d16ac
Task: 28218
Story: 2004501
2018-12-02 08:23:44 -08:00

17 lines
786 B
YAML

---
issues:
- |
Support for IPv6 and iPXE is restricted and is unlikely to work in default
scenarios and configurations without external intervention. This is due to
the way DHCPv6 and dnsmasq operate. At present this issue is being tracked
in story `2005402 <https://storyboard.openstack.org/#!/story/2004502>`_.
fixes:
- |
Fixes an issue introduced during the Stein development cycle in an attempt
to fix IPv6 support where the networking service was also prepending the
DHCP option indicator to the number. A fix has been been submitted to the
Networking service to address this issue, and the prepending code has been
removed from ironic. See story
`2004501 <https://storyboard.openstack.org/#!/story/2004501>`_ for more
information.