python-tripleoclient/releasenotes/notes/fix-dhcpv6-stateless-inspector-dnsmasq-range-9d0f4635ecce3d2f.yaml
Harald Jensås 69eec5ce08 Fix inspector ip range for dhcpv6-stateless
When using dhcpv6-stateless a range should not be
used. According to dnsmasq manual page:

  A static-only subnet with address all zeros may be
  used as a "catch-all" address to enable replies to
  all Information-request packets on a subnet which
  is provided with stateless DHCPv6, ie
  --dhcp-range=::,static

Closes-Bug: #1853334
Change-Id: I6627da48bc170f7ecccaf84c0fccda9e2edd5af3
2019-11-20 20:31:38 +01:00

9 lines
281 B
YAML

---
fixes:
- |
Fixed an issue where the DHCP server for ironic-inspector was configured to
operate in DHCPv6-stateful mode when the undercloud configuration specified
DHCPv6-stateless mode. (See bug: `1853334
<https://bugs.launchpad.net/tripleo/+bug/1853334>`_)