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.
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 DataSourceNoClo udNet.
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.