← Back to team overview

cloud-init-dev team mailing list archive

Re: [Merge] ~daniel-thewatkins/cloud-init/+git/cloud-init:snap into cloud-init:master

 

This is what I've done in terms of testing:

```
lxc launch ubuntu:b c1
lxc file push *.snap c1/tmp/
lxc exec c1 /bin/bash

snap install /tmp/*.snap
/snap/bin/cloud-init clean --logs
/snap/bin/cloud-init init --local
/snap/bin/cloud-init init
```

http://paste.ubuntu.com/p/TXrh2n4mpk/ is /var/log/cloud-init.log from the container after doing the above.
-- 
https://code.launchpad.net/~daniel-thewatkins/cloud-init/+git/cloud-init/+merge/366572
Your team cloud-init commiters is requested to review the proposed merge of ~daniel-thewatkins/cloud-init/+git/cloud-init:snap into cloud-init:master.