blob: 8f9884f124162cd9d58e556fd6d012e107421da1 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
---
features:
- |
Adds functionality with neutron integration to support dual-stack
(IPv4 and IPv6 environment configurations). This enables ironic to
look up the attached port(s) and supply DHCP options in alignment
with the protocol version allocated on the port.
upgrade:
- |
The ``[pxe]ip_version`` setting may no longer be required depending on
neutron integration.
- |
Operators that used the ``[DEFAULT]my_ip`` setting with an IPv6 address
may wish to explore migrating to the ``[DEFAULT]my_ipv6`` setting. Setting
both values enables the appropriate IP addresses based on protocol version
for PXE/iPXE.
|