Comment 4 for bug 1835304

Revision history for this message
Chad Smith (chad.smith) wrote :

cloud-init not finding sysconfig on opensuse 15.1 is curious

the sysconfig renderer checks avilability for sysconfig renderer by seeing if

1. ifup & ifdown utils exist in '/sbin', '/usr/sbin'
AND

2. the following files exist:
     etc/sysconfig/network-scripts/network-functions
     etc/sysconfig/network-scripts/ifdown-eth

If both conditions exist, then cloud-init should have used the sysconfig renderer