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
Cloud-init is not possible with IPv6 because the net.is_ip_address function cannot resolve fe80::a9fe:a9fe%25{iface}, instead of fe80::a9fe:a9fe%{iface}. Leading to the removal of IPv6 from the metadata retrieval list.
Bug report
Cloud-init is not possible with IPv6 because the
net.is_ip_address
function cannot resolvefe80::a9fe:a9fe%25{iface}
, instead offe80::a9fe:a9fe%{iface}
. Leading to the removal of IPv6 from the metadata retrieval list.Fix by
Steps to reproduce the problem
$ cloud-init init
Environment details
The text was updated successfully, but these errors were encountered: