Comment 6 for bug 1682871

Revision history for this message
Dimitri John Ledkov (xnox) wrote :

The cloud init patch needs work...

>>> interface_has_own_mac('bonding_masters')
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
  File "/usr/lib/python3/dist-packages/cloudinit/net/__init__.py", line 226, in interface_has_own_mac
    uevent = read_sys_net_safe(ifname, 'uevent').splitlines()
AttributeError: 'bool' object has no attribute 'splitlines'