Comment 4 for bug 1670052

Revision history for this message
Scott Moser (smoser) wrote :

To verify this... I verified there were no obvious regressions by

(lxc-proposed-snapshot is
  https://git.launchpad.net/~smoser/cloud-init/+git/sru-info/tree/bin/lxc-proposed-snapshot
It publishes an image to lxd with proposed enabled and cloud-init upgraded.)

$ release=xenial
$ ref=$release-proposed
$ lxc-proposed-snapshot --proposed --publish $release $ref

$ lxc launch $ref x1670052
$ sleep 10
$ lxc exec x1670052 cat /run/cloud-init/result.json
{
 "v1": {
  "datasource": "DataSourceNoCloud [seed=/var/lib/cloud/seed/nocloud-net][dsmode=net]",
  "errors": []
 }
}

Then I've done the same for yakkety.