You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[ironic_adoption] Enable IPv6 support for dns_server_provisioning_ip
The logic for `dns_server_provisioning_ip` is updated to dynamically
select the IP address based on whether IPv6 is enabled. If `ipv6_enabled`
is true, it uses the `ctlplane_prefix_ipv6` with an IPv6 address;
otherwise, it defaults to the previous IPv4 address logic.
Signed-off-by: Roberto Alfieri <[email protected]>
0 commit comments