Comment 2 for bug 2022102

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

This bug is seen on Mantic Daily live installer images. While specifically related to differing versions of cloud-init in snap environment versus the host system in the daily live ISOs, cloud-init will surface a flat file /run/cloud-init/merged-cloud-config.json which will allow subiquity to source a flat file instead of invoking stages.Init()..fetch[1] which has to deal with unpickling any cached datasource.

This cloud-init feature work will be tracked in SC-1452

[1] https://github.com/canonical/subiquity/blob/main/subiquity/server/server.py#L549-L553