Fedora 31 cloud image

Hi,
did anybody try the Fedora 31 cloud image yet ? I did on our Cloud infrastructure, and it came up without IPv6 enabled. Checking /etc/sysconfig/networking-scripts indeed I found that the required IPv6 settings are missing.

Bug or feature ?

btw I fixed it manually by connecting with IPv4 (ssh -4 …) and adding

IPV6INIT=“yes”
IPV6_AUTOCONF=“yes”
IPV6_DEFROUTE=“yes”
IPV6_PEERDNS=“yes”
IPV6_PEERROUTES=“yes”
IPV6_FAILURE_FATAL=“no”
DHCPV6C=yes

to

/etc/sysconfig/network-scripts/ifcfg-eth0

+ restart the network/ rebooting