← Back to team overview

cloud-init-dev team mailing list archive

[Merge] ~smoser/cloud-init:bug/1732917-fix-fallback-interface into cloud-init:master

 

The proposal to merge ~smoser/cloud-init:bug/1732917-fix-fallback-interface into cloud-init:master has been updated.

Commit Message changed to:

EC2: Fix bug using fallback nic restoring from old pickled object.

If user upgraded to new cloud-init and rebooted, the restored
object never was pickled with a value in fallback_nic.  That caused
an attempt to configure networking with a None device.

We support reading the old .fallback_nic attribute if it ever
got set, but new versions will call net.find_fallback_nic() if
there has not been one found.

LP: #1732917

For more details, see:
https://code.launchpad.net/~smoser/cloud-init/+git/cloud-init/+merge/333923
-- 
Your team cloud-init commiters is requested to review the proposed merge of ~smoser/cloud-init:bug/1732917-fix-fallback-interface into cloud-init:master.


Follow ups