ironic/releasenotes/notes/dhcpv6-stateful-address-count-0f94ac6a55bd9e51.yaml
Harald Jensås 855b654cb4 Drop netaddr - use netutils.is_valid_ipv6()
Change I8c595830b8c7974c651a9e524b57a6540e4f3d1f
added a dependency on netaddr. Ironic did'nt directly
depend on netaddr prior to this.

This removes the use of netaddr, netutils.is_valid_ipv6()
is used instead.

Also update the releasenote to clarify that the support
for allocating multiple IPv6 addresses fixes provisioning
on DHCPv6-stateful networks.

Story: 2007315
Task: 39321
Change-Id: I976bf9cee6fd10736f9fc88ca816266651b979c6
2020-04-07 15:44:17 +02:00

15 lines
590 B
YAML

---
features:
- |
For baremetal operations on DHCPv6-stateful networks multiple IPv6
addresses can now be allocated for neutron ports created for provisioning,
cleaning, rescue or inspection. The new parameter
``[neutron]/dhcpv6_stateful_address_count`` controls the number of addresses
to allocate (Default: 4).
fixes:
- |
The 'no address available' problem seen when network booting on
DHCPv6-stateful networks is fixed with the support for allocating multiple
IPv6 addresses. See `bug: 1861032
<https://bugs.launchpad.net/neutron/+bug/1861032>`_.