Comment 0 for bug 2025180

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

Upstream bug filed https://github.com/canonical/cloud-init/issues/4203 detailing that ds=nocloud-net is not longer recognized resulting in DataSourceNone being detected intead of DataSourceNoCloudNet.

Commit 612b4de introduced parse_cmdline function which did
not take into account hyphenated datasource names.

This function is only used by DataSourceNoCloud and no longer can detect nocloud-net datasource.
This results in DataSourceNone being detected and no NoCloud datasources applied to a launched container/VM.