--- cloudinit/net/sysconfig.py.orig +++ cloudinit/net/sysconfig.py @@ -891,9 +891,7 @@ def available_sysconfig(target=None): if not util.which(p, search=search, target=target): return False - expected_paths = [ - 'etc/sysconfig/network-scripts/network-functions', - 'etc/sysconfig/config'] + expected_paths = ['etc/sysconfig/network/scripts/functions.netconfig'] for p in expected_paths: if os.path.isfile(util.target_path(target, p)): return True