Comment 5 for bug 1843584

Revision history for this message
Ryan Harper (raharper) wrote :

That's really unfortunate (the hacking of cloud-init).

It looks like the sysconfig renderer uses:

# python3 -c 'from cloudinit import util; print(util.get_linux_distro()[0])'
opensuse-tumbleweed

To select the distro name, when it really should be using util.system_info()['variant']